mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
f19b48e0b8
Fixes: #23606
7 lines
197 B
CMake
7 lines
197 B
CMake
add_executable(GlobalWithoutArgsKeywordExe IMPORTED)
|
|
set_target_properties(GlobalWithoutArgsKeywordExe PROPERTIES
|
|
IMPORTED_LOCATION "${CMAKE_COMMAND}"
|
|
)
|
|
|
|
set(GlobalWithoutArgsKeyword_FOUND TRUE)
|