https://github.com/qdot/libnifalcon/issues/28
https://github.com/qdot/libnifalcon/commit/217b724a3316be6b8bc1b82c182f5cff2ff01900
old
|
new
|
IF(NOT Boost_FOUND) |
70 | 70 | MESSAGE(FATAL_ERROR "libnifalcon requires a minimum of the Boost 1.33 headers to build") |
71 | 71 | ENDIF(NOT Boost_FOUND) |
72 | 72 | |
73 | | FIND_PACKAGE(Boost COMPONENTS program_options thread) |
| 73 | FIND_PACKAGE(Boost COMPONENTS program_options thread system) |
74 | 74 | |
75 | 75 | ###################################################################################### |
76 | 76 | # Project specific globals |