There was an error while loading. Please reload this page.
1 parent bc15e07 commit fef5f27Copy full SHA for fef5f27
2 files changed
test/filesystem/CMakeLists.txt
@@ -26,7 +26,7 @@ elseif(USE_ALL_COMPONENTS_CONFIG)
26
27
find_package(Boost ${BOOST_VERSION} EXACT CONFIG REQUIRED ALL ${BOOST_HINTS})
28
29
-else
+else()
30
31
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS filesystem ${BOOST_HINTS})
32
test/log/CMakeLists.txt
@@ -22,7 +22,7 @@ if(USE_ALL_COMPONENTS)
22
23
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ALL ${BOOST_HINTS})
24
25
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS log ${BOOST_HINTS})
0 commit comments