We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea2aed commit 1bc4797Copy full SHA for 1bc4797
1 file changed
cmake/idi/functions/idi_add_dependency.cmake
@@ -247,7 +247,7 @@ function(__idi_add_dependency IDI_DEP_NAME IDI_DEP_URL IDI_DEP_TAG IDI_DEP_THIRD
247
return()
248
endif()
249
250
- FetchContent_Populate(${IDI_DEP_NAME})
+ FetchContent_MakeAvailable(${IDI_DEP_NAME})
251
else()
252
message(DEBUG "${IDI_DEP_NAME} already exists, skipping download.")
253
0 commit comments