mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
3 lines
139 B
CMake
3 lines
139 B
CMake
cmake_policy(SET CMP0070 NEW)
|
|
file(GENERATE OUTPUT TARGET_EXISTS-not-a-target-generated.txt CONTENT "$<TARGET_EXISTS:just-random-string>")
|