cmake/Tests/RunCMake/FetchContent_find_package/BadArgs_find_package.cmake
2022-08-04 22:12:04 +02:00

10 lines
208 B
CMake

include(FetchContent)
FetchContent_Declare(
AddedProject
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/AddedProject
# The following two args are mutually exclusive
OVERRIDE_FIND_PACKAGE
FIND_PACKAGE_ARGS
)