Skip to content

Commit 8c27407

Browse files
caseywilliamsCiprian Badescu
authored andcommitted
(PA-2055) Add new boost 1.67 deps to windows and dynamic_library
1 parent 3543825 commit 8c27407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dynamic_library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Boost 1.54 REQUIRED COMPONENTS regex)
1+
find_package(Boost 1.54 REQUIRED COMPONENTS regex system)
22

33
add_leatherman_deps("${Boost_LIBRARIES}")
44
add_leatherman_includes("${Boost_INCLUDE_DIRS}")

windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Boost 1.54 REQUIRED COMPONENTS filesystem)
1+
find_package(Boost 1.54 REQUIRED COMPONENTS filesystem regex system)
22

33
add_leatherman_deps(Wbemuuid.lib userenv.lib "${Boost_LIBRARIES}")
44
add_leatherman_includes("${Boost_INCLUDE_DIRS}")

0 commit comments

Comments
 (0)