6 lines
76 B
CMake
6 lines
76 B
CMake
|
|
||
|
cmake_policy(SET CMP0055 NEW)
|
||
|
|
||
|
foreach(i RANGE 1 2)
|
||
|
break(1)
|
||
|
endforeach()
|