Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
GeneratorPlatform
/
NoPlatform.cmake
blob: 1e0ca6deb0ac14beca67f74c93f688f4256657dc [
file
] [
log
] [
blame
]
if
(
"x${CMAKE_GENERATOR_PLATFORM}"
STREQUAL
"x"
)
message
(
FATAL_ERROR
"CMAKE_GENERATOR_PLATFORM is empty as expected."
)
else
()
message
(
FATAL_ERROR
"CMAKE_GENERATOR_PLATFORM is \"${CMAKE_GENERATOR_PLATFORM}\" "
"but should be empty!"
)
endif
()