Skip to content

Commit a41bd68

Browse files
committed
Only require boost.
1 parent 55ad398 commit a41bd68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ 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_filesystem MODULE REQUIRED)
49-
find_package(boost_optional MODULE REQUIRED)
48+
find_package(boost MODULE REQUIRED)
5049
find_package(libxml2 MODULE REQUIRED)
5150
find_package(zlib MODULE REQUIRED)
5251
find_package(fmt MODULE REQUIRED)

0 commit comments

Comments
 (0)