mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
Merge pull request #178 from yuri-sevatz/master
Fix -lboost_date_time missing from CMakeLists.txt
This commit is contained in:
commit
ddd506fde7
@ -124,7 +124,7 @@ endif()
|
|||||||
# libraries
|
# libraries
|
||||||
find_package ( Threads REQUIRED )
|
find_package ( Threads REQUIRED )
|
||||||
|
|
||||||
find_package ( Boost COMPONENTS system filesystem regex program_options REQUIRED )
|
find_package ( Boost COMPONENTS system filesystem regex program_options date_time REQUIRED )
|
||||||
if(NOT DEFINED Boost_INCLUDE_DIRS)
|
if(NOT DEFINED Boost_INCLUDE_DIRS)
|
||||||
message(SEND_ERROR "Boost is not found, or your boost version was bellow 1.46. Please download Boost!")
|
message(SEND_ERROR "Boost is not found, or your boost version was bellow 1.46. Please download Boost!")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user