فهرست منبع

Merge topic 'FindBoost'

eddbd62d FindBoost: pop policy stack before returning

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1078
Craig Scott 8 سال پیش
والد
کامیت
ab17dc6bef
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Modules/FindBoost.cmake

+ 2 - 0
Modules/FindBoost.cmake

@@ -244,6 +244,8 @@ 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()