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.
10 lines
318 B
10 lines
318 B
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/CMakeCache.txt")
|
|
message(FATAL_ERROR "missing test prerequisite CMakeCache.txt")
|
|
endif()
|
|
|
|
set(CMAKE_INSTALL_CMAKE "${RunCMake_TEST_BINARY_DIR}/cmake_install.cmake")
|
|
|
|
if(EXISTS ${CMAKE_INSTALL_CMAKE})
|
|
message(FATAL_ERROR "${CMAKE_INSTALL_CMAKE} should not exist")
|
|
endif()
|