blob: e14bcbf788f02bd5bf978376e2403621d0043f5e (
plain)
1
2
3
4
5
6
|
include_guard(GLOBAL)
foreach(k CMP0020 CMP0022 CMP0058 CMP0028 CMP0042 CMP0063 CMP0053 CMP0011 CMP0054 CMP0012 CMP0069)
if(POLICY ${k})
cmake_policy(SET ${k} NEW)
endif()
endforeach()
|