Skip to content

Commit 38bb539

Browse files
committed
CMake: Update how we find Boost config
Needed for newer CMake versions. Fixes #399
1 parent 6c0bfa8 commit 38bb539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ endif()
145145
#
146146
#-----------------------------------------------------------------------------
147147

148-
find_package(Boost 1.38)
148+
find_package(Boost CONFIG 1.38)
149149
mark_as_advanced(CLEAR BOOST_ROOT)
150150

151151
if(Boost_FOUND)

0 commit comments

Comments
 (0)