Browse Source

Policy for MAC RPATH set to NEW

enhancement_3
Trevor Irons 8 years ago
parent
commit
1ede84da26
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      CMakeLists.txt

+ 7
- 1
CMakeLists.txt View File

1
-cmake_minimum_required (VERSION 2.8.7)
1
+cmake_minimum_required (VERSION 2.8.12)
2
+
3
+if(POLICY CMP0015)
4
+	cmake_policy(SET CMP0015 NEW)
5
+endif()
6
+
7
+
2
 
8
 
3
 project (Lemma CXX)
9
 project (Lemma CXX)
4
 
10
 

Loading…
Cancel
Save