We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ad398 commit a41bd68Copy full SHA for a41bd68
CMakeLists.txt
@@ -45,8 +45,7 @@ find_package(Threads REQUIRED)
45
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
46
47
# stuff we get from Conan
48
-find_package(boost_filesystem MODULE REQUIRED)
49
-find_package(boost_optional MODULE REQUIRED)
+find_package(boost MODULE REQUIRED)
50
find_package(libxml2 MODULE REQUIRED)
51
find_package(zlib MODULE REQUIRED)
52
find_package(fmt MODULE REQUIRED)
0 commit comments