suppress warning while generating solution in cmake
This commit is contained in:
parent
97d8ca3464
commit
150a9e8e14
@ -68,6 +68,10 @@ if(WINRT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0020)
|
||||
cmake_policy(SET CMP0020 OLD)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0022)
|
||||
cmake_policy(SET CMP0022 OLD)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user