Commit fc8c55ae authored by Fabio Bas's avatar Fabio Bas
Browse files

Added cmake policy specific for win32 compilation

parent 34772ccc
......@@ -7,6 +7,10 @@
cmake_minimum_required(VERSION 2.6)
if(POLICY CMP0020)
cmake_policy(SET CMP0020 OLD)
endif()
if(POLICY CMP0043)
cmake_policy(SET CMP0043 OLD)
endif()
......
Supports Markdown
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