COIN-OR::LEMON - Graph Library

Changeset 1322:1552352f9798 in lemon


Ignore:
Timestamp:
07/09/14 14:40:32 (10 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Restore cmake-2.8 compatibility (#502)

Fix cmake-2.8 incompatibility introduced in [fe4ff72e2f14].
Thanks to amluto for reporting the regression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1313 r1322  
    11CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
    22
    3 CMAKE_POLICY(SET CMP0048 OLD)
     3IF(POLICY CMP0048)
     4  CMAKE_POLICY(SET CMP0048 OLD)
     5ENDIF(POLICY CMP0048)
    46
    57SET(PROJECT_NAME "LEMON")
Note: See TracChangeset for help on using the changeset viewer.