Changeset 38 in pacpusframework
- Timestamp:
- Jan 8, 2013, 9:05:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusDependencies.cmake
r26 r38 20 20 # ======================================== 21 21 find_package(Qt4 REQUIRED) 22 23 # ======================================== 24 # Boost 25 # Do not use compiled modules, include-only headers. 26 # ======================================== 27 find_package(Boost 1.52.0 REQUIRED) 28 list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS}) 22 29 23 30 # ========================================
Note:
See TracChangeset
for help on using the changeset viewer.