cmake/Tests/RunCMake/FetchContent_find_package/BadArgs_find_package.cmake

10 lines
208 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
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
)