cmake/Tests/RunCMake/FetchContent_find_package/PackageFindModules/FindGlobalWithoutArgsKeyword.cmake

7 lines
197 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
add_executable(GlobalWithoutArgsKeywordExe IMPORTED)
set_target_properties(GlobalWithoutArgsKeywordExe PROPERTIES
IMPORTED_LOCATION "${CMAKE_COMMAND}"
)
set(GlobalWithoutArgsKeyword_FOUND TRUE)