Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 25, 2012, 8:13:19 PM (12 years ago)
Author:
landauf
Message:

sample tests with boost test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/cmake/LibraryConfig.cmake

    r8412 r9020  
    162162                              1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1)
    163163IF(NOT TARDIS)
     164  # optional
     165  FIND_PACKAGE(Boost 1.40 COMPONENTS unit_test_framework)
     166  # required
    164167  FIND_PACKAGE(Boost 1.40 REQUIRED thread filesystem system date_time)
    165168ENDIF()
Note: See TracChangeset for help on using the changeset viewer.