Changeset 151 in pacpusframework for branches/2.0-beta1/cmake/PacpusDependencies.cmake


Ignore:
Timestamp:
08/01/13 09:06:30 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: moved dependency on boost::log_setup to PacpusDependencies.cmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/cmake/PacpusDependencies.cmake

    r141 r151  
    9898        COMPONENTS
    9999            log
     100            log_setup
    100101    )
    101102    include_directories(${Boost_INCLUDE_DIRS})
     
    104105    list(APPEND PACPUS_DEPENDENCIES_INC ${Boost_INCLUDE_DIRS})
    105106    list(APPEND PACPUS_DEPENDENCIES_LIB ${Boost_LIBRARIES})
     107    #message("\${PACPUS_DEPENDENCIES_LIB} = ${PACPUS_DEPENDENCIES_LIB}")
    106108endif()
    107109
Note: See TracChangeset for help on using the changeset viewer.