Skip to content

Commit

Permalink
cmake: don't overwrite NANOPB_SRC_ROOT_FOLDER
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axel.heider@codasip.com>
  • Loading branch information
Axel Heider authored and Indanz committed Apr 1, 2024
1 parent 9ff0911 commit 8a8ccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ list(
${project_modules}
)

set(NANOPB_SRC_ROOT_FOLDER "${project_dir}/tools/nanopb" CACHE INTERNAL "")
set(NANOPB_SRC_ROOT_FOLDER "${project_dir}/tools/nanopb" CACHE STRING "NanoPB Folder location")
set(OPENSBI_PATH "${project_dir}/tools/opensbi" CACHE STRING "OpenSBI Folder location")

set(SEL4_CONFIG_DEFAULT_ADVANCED ON)
Expand Down

0 comments on commit 8a8ccec

Please sign in to comment.