Skip to content

Commit

Permalink
Fix typo in Boost_FOUND conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Oct 30, 2016
1 parent a8252fd commit 8ad13d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -220,6 +220,6 @@ if(UNIX)
endif()
endif()

if(NOT BOOST_FOUND)
if(NOT Boost_FOUND)
add_dependencies(common boost)
endif()

0 comments on commit 8ad13d3

Please sign in to comment.