瀏覽代碼

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.
Brad King 8 年之前
父節點
當前提交
d70ef7eff6
共有 1 個文件被更改,包括 0 次插入2 次删除
  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("   ${Boost_FIND_COMPONENTS}")
     endif()
-    # Restore project's policies
-    cmake_policy(POP)
     return()
   endif()
 endif()