CMakeLists.txt
branch1.3
changeset 1348 57a344e446c9
parent 1340 f70f688d9ef9
child 1346 f95b18d99843
child 1398 389416f8a995
equal deleted inserted replaced
80:eaa7b33bfd7f 82:353a9621b186
     1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
     1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
     2 
     2 
     3 IF(POLICY CMP0048) 
     3 IF(POLICY CMP0048) 
     4   CMAKE_POLICY(SET CMP0048 OLD) 
     4   CMAKE_POLICY(SET CMP0048 OLD) 
     5 ENDIF(POLICY CMP0048)
     5 ENDIF(POLICY CMP0048)
       
     6 
       
     7 IF(POLICY CMP0026)
       
     8   #This is for copying the dll's needed by glpk (in lp_test and mip_test)
       
     9   CMAKE_POLICY(SET CMP0026 OLD) 
       
    10 ENDIF(POLICY CMP0026)
     6 
    11 
     7 SET(PROJECT_NAME "LEMON")
    12 SET(PROJECT_NAME "LEMON")
     8 PROJECT(${PROJECT_NAME})
    13 PROJECT(${PROJECT_NAME})
     9 
    14 
    10 INCLUDE(FindPythonInterp)
    15 INCLUDE(FindPythonInterp)