summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-27 10:10:02 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-27 10:13:53 (GMT)
commitd70ef7eff658003c35e5a75d43dc06a31c0cc986 (patch)
tree3d72e0ce19bb4dda8d024c9c641240276fe760b2 /Modules
parent7486607c874de3e44d33f152775fd073de2ba2c0 (diff)
parented44b56a12f3bcc45be0e506567ca7e41a1fe27a (diff)
downloadCMake-d70ef7eff658003c35e5a75d43dc06a31c0cc986.zip
CMake-d70ef7eff658003c35e5a75d43dc06a31c0cc986.tar.gz
CMake-d70ef7eff658003c35e5a75d43dc06a31c0cc986.tar.bz2
Merge branch 'FindBoost-fix-policy-scope' into release-3.9
This has no corresponding merge-request because the branch was made as a direct fixup specific to 3.9.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindBoost.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 552ecbf..6d7cc27 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -240,8 +240,6 @@ 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()