We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3543825 commit 8c27407Copy full SHA for 8c27407
dynamic_library/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-find_package(Boost 1.54 REQUIRED COMPONENTS regex)
+find_package(Boost 1.54 REQUIRED COMPONENTS regex system)
2
3
add_leatherman_deps("${Boost_LIBRARIES}")
4
add_leatherman_includes("${Boost_INCLUDE_DIRS}")
windows/CMakeLists.txt
-find_package(Boost 1.54 REQUIRED COMPONENTS filesystem)
+find_package(Boost 1.54 REQUIRED COMPONENTS filesystem regex system)
add_leatherman_deps(Wbemuuid.lib userenv.lib "${Boost_LIBRARIES}")
0 commit comments