Skip to content

Commit fef5f27

Browse files
committed
Fix typos in CMakeLists.txt files
1 parent bc15e07 commit fef5f27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/filesystem/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elseif(USE_ALL_COMPONENTS_CONFIG)
2626

2727
find_package(Boost ${BOOST_VERSION} EXACT CONFIG REQUIRED ALL ${BOOST_HINTS})
2828

29-
else
29+
else()
3030

3131
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS filesystem ${BOOST_HINTS})
3232

test/log/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(USE_ALL_COMPONENTS)
2222

2323
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED ALL ${BOOST_HINTS})
2424

25-
else
25+
else()
2626

2727
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS log ${BOOST_HINTS})
2828

0 commit comments

Comments
 (0)