diff options
author | Brad King <brad.king@kitware.com> | 2017-09-27 10:10:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-27 10:13:53 (GMT) |
commit | d70ef7eff658003c35e5a75d43dc06a31c0cc986 (patch) | |
tree | 3d72e0ce19bb4dda8d024c9c641240276fe760b2 /Modules | |
parent | 7486607c874de3e44d33f152775fd073de2ba2c0 (diff) | |
parent | ed44b56a12f3bcc45be0e506567ca7e41a1fe27a (diff) | |
download | CMake-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.cmake | 2 |
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() |