Add 'atomic' component to Boost package requirements

fix: error LNK1104: cannot open file 'boost_atomic.lib'
This commit is contained in:
milahu
2026-05-21 01:03:55 +02:00
committed by Milan Hauth
parent 3e2e402cef
commit fe3dd7aed3
+1 -1
View File
@@ -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()