Changeset 38 in pacpusframework


Ignore:
Timestamp:
01/08/13 21:05:38 (11 years ago)
Author:
sgosseli
Message:

Add a dependency, Boost 1.52.0 is now required to build Pacpus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusDependencies.cmake

    r26 r38  
    2020# ========================================
    2121find_package(Qt4 REQUIRED)
     22
     23# ========================================
     24# Boost
     25# Do not use compiled modules, include-only headers.
     26# ========================================
     27find_package(Boost 1.52.0 REQUIRED)
     28list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS})
    2229
    2330# ========================================
Note: See TracChangeset for help on using the changeset viewer.