mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-10 17:14:10 +00:00
5 lines
173 B
CMake
5 lines
173 B
CMake
|
|
if (NOT actual_stdout MATCHES "(/|-)D *OPT_INTERFACE_FS" OR actual_stdout MATCHES "(/|-)D *OPT_FS")
|
|
set (RunCMake_TEST_FAILED "Wrong compile options specified.")
|
|
endif()
|