6 lines
94 B
CMake
6 lines
94 B
CMake
|
|
set(CMAKE_SUPPRESS_DEVELOPER_WARNINGS ON CACHE BOOL "")
|
|
|
|
macro(mymacro)
|
|
endmacro(notmymacro)
|