summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent_find_package/PackageFindModules/FindLocalWithoutArgsKeyword.cmake
blob: 523fecdf48fc1899c02978f675af81212c9ec7b5 (plain)
1
2
3
4
5
6
add_executable(LocalWithoutArgsKeywordExe IMPORTED)
set_target_properties(LocalWithoutArgsKeywordExe PROPERTIES
  IMPORTED_LOCATION "${CMAKE_COMMAND}"
)

set(LocalWithoutArgsKeyword_FOUND TRUE)