mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
3a089cd256
Makes clear that these tests are for the NEW behaviour.
9 lines
203 B
CMake
9 lines
203 B
CMake
foreach(flag @flags@)
|
|
string(FIND "${actual_stdout}" "${flag}" position)
|
|
|
|
if(NOT position EQUAL -1)
|
|
set(RunCMake_TEST_FAILED "\"${flag}\" compile flag found.")
|
|
break()
|
|
endif()
|
|
endforeach()
|