Commit 150a9e8e authored by Bleach666's avatar Bleach666

suppress warning while generating solution in cmake

parent 97d8ca34
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment