We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475db6e commit abca5ddCopy full SHA for abca5dd
thirdparty/CMakeLists.txt
@@ -78,7 +78,8 @@ if(boost_filesystem_FOUND AND
78
else()
79
message(STATUS "One or more boost modules not found, using submodule")
80
update_submodule(boost)
81
- set(BOOST_CMAKE_LIBRARIES filesystem algorithm variant optional CACHE INTERNAL "")
+ list(APPEND BOOST_CMAKE_LIBRARIES filesystem algorithm variant optional)
82
+ set(BOOST_CMAKE_LIBRARIES ${BOOST_CMAKE_LIBRARIES} CACHE INTERNAL "")
83
add_subdirectory(boost EXCLUDE_FROM_ALL)
84
85
if(NOT MSVC)
0 commit comments