Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/fetch_llvm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ FetchContent_Declare(llvmproject
SOURCE_SUBDIR do_not_add_llvm_subdir_yet
)
FetchContent_MakeAvailable(llvmproject)
FetchContent_GetProperties(llvmproject SOURCE_DIR FETCHCONTENT_SOURCE_DIR_LLVMPROJECT)
1 change: 1 addition & 0 deletions cmake/fetch_newlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ FetchContent_Declare(newlib
SOURCE_SUBDIR do_not_add_newlib_subdir
)
FetchContent_MakeAvailable(newlib)
FetchContent_GetProperties(newlib SOURCE_DIR FETCHCONTENT_SOURCE_DIR_NEWLIB)
1 change: 1 addition & 0 deletions cmake/fetch_picolibc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ FetchContent_Declare(picolibc
SOURCE_SUBDIR do_not_add_picolibc_subdir
)
FetchContent_MakeAvailable(picolibc)
FetchContent_GetProperties(picolibc SOURCE_DIR FETCHCONTENT_SOURCE_DIR_PICOLIBC)
Loading