diff options
author | Brad King <brad.king@kitware.com> | 2017-09-27 06:07:07 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-27 06:09:21 -0400 |
commit | ed44b56a12f3bcc45be0e506567ca7e41a1fe27a (patch) | |
tree | a6559a4deceaf4b67f293885e3166092c580c3b8 /Modules | |
parent | ade45fa3426745a63f6c0e5485561ca9e8b9e894 (diff) | |
download | cmake-ed44b56a12f3bcc45be0e506567ca7e41a1fe27a.tar.gz |
FindBoost: Finish reverting "Simplify search in lists" for 3.9
In commit v3.9.2~3^2 (FindBoost: Revert "Simplify search in lists.",
2017-09-05) we forgot to also revert commit commit v3.9.1~15^2
(FindBoost: pop policy stack before returning, 2017-07-24) which had
been made as a fixup to the original commit.
Fixes: #17309
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 b970e2b913..d150fbebb0 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() |