Skip to content

Commit

Permalink
Merge pull request #520 from kwoodle/master
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
robertodr authored Jun 18, 2020
2 parents f8175d4 + 2105e1b commit 1e3557f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Boost ${Boost_MINIMUM_REQUIRED} QUIET COMPONENTS "${BOOST_COMPONENTS_REQUIRED}")
find_package(Boost ${Boost_MINIMUM_REQUIRED} QUIET COMPONENTS ${BOOST_COMPONENTS_REQUIRED})

if(Boost_FOUND)
message(STATUS "Found Boost version ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}")
Expand Down

0 comments on commit 1e3557f

Please sign in to comment.