Skip to content
Snippets Groups Projects
Commit 677eff60 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: mantis: 1093 set cmake policy 0058

Conflicts:
	CMakeLists.txt
parent f132a18a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ endif()
foreach(p
CMP0025 # CMake 3.0
CMP0042 # CMake 3.0
CMP0058
)
if(POLICY ${p})
cmake_policy(SET ${p} NEW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment