We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c866aa + 264a16a commit 8da84d1Copy full SHA for 8da84d1
include/BoostRoot.cmake
@@ -1,4 +1,5 @@
1
# Copyright 2019-2023 Peter Dimov
2
+# Copyright 2025 Alexander Grund
3
# Distributed under the Boost Software License, Version 1.0.
4
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
5
@@ -13,7 +14,11 @@ include(BoostInstall)
13
14
15
#
16
-boost_message(VERBOSE "Boost: using CMake ${CMAKE_VERSION}")
17
+if(CMAKE_SOURCE_DIR STREQUAL Boost_SOURCE_DIR)
18
+ boost_message(STATUS "Boost: using CMake ${CMAKE_VERSION}")
19
+else()
20
+ boost_message(VERBOSE "Boost: using CMake ${CMAKE_VERSION}")
21
+endif()
22
23
24
0 commit comments