Skip to content
Snippets Groups Projects
Commit be01f084 authored by Nikolaus Vahrenkamp's avatar Nikolaus Vahrenkamp
Browse files

fix: check if cmake policy is available

parent 622a56e9
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ PROJECT ( Saba )
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2)
CMAKE_POLICY(VERSION 2.6)
#if(POLICY CMP0020)
if(POLICY CMP0020)
cmake_policy(SET CMP0020 NEW) # qtmain add lib dependency (no effect in our case)
#endif()
endif()
MESSAGE (STATUS "***** CONFIGURING Simox project Saba *****")
......
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