6 lines
80 B
CMake
6 lines
80 B
CMake
|
|
||
|
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS ON)
|
||
|
|
||
|
macro(mymacro)
|
||
|
endmacro(notmymacro)
|