Explorar o código

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
Brad King %!s(int64=8) %!d(string=hai) anos
pai
achega
ed44b56a12
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      Modules/FindBoost.cmake

+ 0 - 2
Modules/FindBoost.cmake

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