2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Update BoostRoot.cmake

Added check for BOOST_SKIP_INSTALL_RULES
This commit is contained in:
BraHei
2023-11-24 13:39:36 +01:00
committed by GitHub
parent ff2f83eaac
commit 07e6e45002

View File

@@ -108,8 +108,10 @@ else()
endif()
set(BUILD_TESTING OFF)
set(BOOST_SKIP_INSTALL_RULES ON)
if(NOT DEFINED BOOST_SKIP_INSTALL_RULES)
set(BOOST_SKIP_INSTALL_RULES ON)
endif()
endif()
if(NOT CMAKE_MSVC_RUNTIME_LIBRARY)