Changeset 19065 for trunk


Ignore:
Timestamp:
07/19/18 18:16:32 (6 years ago)
Author:
tbretz
Message:
Should compile with Boost 1.54 as well, Qwt was not checked.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19054 r19065  
    141141# =============== BOOST ============
    142142#SET(Boost_ADDITIONAL_VERSIONS "1.78" "1.78.0" "1.79" "1.79.0")
    143 FIND_PACKAGE(Boost 1.58.0 REQUIRED
     143FIND_PACKAGE(Boost 1.54.0 REQUIRED
    144144        date_time
    145145        filesystem
     
    152152SET(CMAKE_INCLUDE_CURRENT_DIR ON)
    153153FIND_PACKAGE(Qt4 REQUIRED QtCore QtGui QtOpenGL QtSql QtXml)
    154 
     154FIND_PACKAGE(Qwt REQUIRED)
    155155
    156156# =========== Enable C++11 ===========
Note: See TracChangeset for help on using the changeset viewer.