You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
371 B

FetchContent_MakeAvailable(
GlobalWithArgsKeyword
GlobalWithoutArgsKeyword
LocalWithArgsKeyword
LocalWithoutArgsKeyword
)
# This one was declared without GLOBAL, but should still become global when
# this variable is true at the time FetchContent_MakeAvailable() is called
set(CMAKE_FIND_PACKAGE_TARGETS_GLOBAL TRUE)
FetchContent_MakeAvailable(EventuallyGlobal)