Merge branch 'FindBoost-fix-early-return' into release-3.9

Merge-request: !1078
This commit is contained in:
Craig Scott 2017-07-28 06:57:03 +10:00 committed by Brad King
commit 833132917c

View File

@ -244,6 +244,8 @@ if (NOT Boost_NO_BOOST_CMAKE)
message("Found Boost components:")
message(" ${Boost_FIND_COMPONENTS}")
endif()
# Restore project's policies
cmake_policy(POP)
return()
endif()
endif()