mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
Merge branch 'FindBoost-fix-early-return' into release-3.9
Merge-request: !1078
This commit is contained in:
commit
833132917c
@ -244,6 +244,8 @@ 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()
|
||||||
|
Loading…
Reference in New Issue
Block a user