aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblemon/fix-cmake4.patch
blob: 0573e8e07a5baebcede3e9e9dad977bf48c75975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5717680e51..4a3992dafa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,14 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 
-IF(POLICY CMP0048) 
-  CMAKE_POLICY(SET CMP0048 OLD) 
-ENDIF(POLICY CMP0048)
-
-IF(POLICY CMP0026)
-  #This is for copying the dll's needed by glpk (in lp_test and mip_test)
-  CMAKE_POLICY(SET CMP0026 OLD) 
-ENDIF(POLICY CMP0026)
-
 SET(PROJECT_NAME "LEMON")
 PROJECT(${PROJECT_NAME})