Files
CMake/Tests/CMakeOnly/ProjectIncludeBefore/include.cmake
2019-04-01 20:30:19 +03:00

10 lines
185 B
CMake

if(NOT FOO)
message(FATAL_ERROR "FOO is not set")
endif()
if(NOT "${PROJECT_NAME}" STREQUAL "")
message(FATAL_ERROR "PROJECT_NAME should be empty")
endif()
set(AUTO_INCLUDE TRUE)