mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-26 22:45:34 +00:00
Add 'atomic' component to Boost package requirements
fix: error LNK1104: cannot open file 'boost_atomic.lib'
This commit is contained in:
@@ -286,7 +286,7 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
find_package(Boost REQUIRED COMPONENTS filesystem program_options)
|
||||
find_package(Boost REQUIRED COMPONENTS filesystem program_options atomic)
|
||||
if(NOT DEFINED Boost_FOUND)
|
||||
message(SEND_ERROR "Boost is not found, or your boost version was below 1.46. Please download Boost!")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user