Skip to content

Commit 85bf4fe

Browse files
committed
Restore finds.
1 parent a41bd68 commit 85bf4fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ find_package(Threads REQUIRED)
4545
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
4646

4747
# stuff we get from Conan
48-
find_package(boost MODULE REQUIRED)
48+
find_package(boost_system MODULE REQUIRED)
49+
find_package(boost_filesystem MODULE REQUIRED)
50+
find_package(boost_optional MODULE REQUIRED)
4951
find_package(libxml2 MODULE REQUIRED)
5052
find_package(zlib MODULE REQUIRED)
5153
find_package(fmt MODULE REQUIRED)

0 commit comments

Comments
 (0)