Ticket #47679: patch-CMakeLists.txt.diff

File patch-CMakeLists.txt.diff, 564 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)
  • CMakeLists.txt

    https://github.com/qdot/libnifalcon/issues/28
    https://github.com/qdot/libnifalcon/commit/217b724a3316be6b8bc1b82c182f5cff2ff01900
    old new IF(NOT Boost_FOUND) 
    7070  MESSAGE(FATAL_ERROR "libnifalcon requires a minimum of the Boost 1.33 headers to build")
    7171ENDIF(NOT Boost_FOUND)
    7272
    73 FIND_PACKAGE(Boost COMPONENTS program_options thread)
     73FIND_PACKAGE(Boost COMPONENTS program_options thread system)
    7474
    7575######################################################################################
    7676# Project specific globals