You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if(EXISTS "${CMAKE_CURRENT_BINARY_DIR}/exists-for-build2")
|
|
message(FATAL_ERROR "Custom command incorrectly re-ran after CMake re-ran!")
|
|
endif()
|
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/out.txt")
|