blob: 2d731589fbc1beecea377d6948dd10ee28f4b31b [file]
if(RunCMake_GENERATOR MATCHES "Xcode")
if (NOT actual_stdout MATCHES "-DOPT_SRC +-DOPT_FS")
set (RunCMake_TEST_FAILED "Wrong compile options order.")
endif()
else()
if (NOT actual_stdout MATCHES "(/|-)D *OPT_TGT.+(/|-)D *OPT_SRC.+(/|-)D *OPT_FS")
set (RunCMake_TEST_FAILED "Wrong compile options order.")
endif()
endif()