mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
Merge topic 'FindBoost'
eddbd62d FindBoost: pop policy stack before returning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1078
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user