We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b9259 commit 93a145fCopy full SHA for 93a145f
CMakeLists.txt
@@ -129,7 +129,7 @@ endif()
129
130
if(ENABLE_HDF5)
131
132
- message ("${HDF5_COMPONENTS}")
+ message (STATUS "${HDF5_COMPONENTS}")
133
if (ENABLE_CXX)
134
find_package ( HDF5 COMPONENTS CXX HL REQUIRED )
135
else()
cmake_include/Utilities.cmake
@@ -187,7 +187,7 @@ function(find_module VAR )
187
#if the user has not provided any configuration we have to do this manually
188
if(PKG_CONFIG_FOUND AND MOD_NAME)
189
#the easy way - we use package config
190
- message("pkg-config is searching for : ${MOD_NAME}")
+ message(STATUS "pkg-config is searching for : ${MOD_NAME}")
191
pkg_search_module(${VAR} ${MOD_NAME})
192
endif()
193
0 commit comments