File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ endif()
202202
203203# Report installed targets
204204get_property (nifti_installed_targets GLOBAL PROPERTY nifti_installed_targets)
205- message ("nifti_installed_targets: ${nifti_installed_targets} " )
205+ message (STATUS "nifti_installed_targets: ${nifti_installed_targets} " )
206206
207207if (CMAKE_VER_AT_LEAST_3_13)
208208 # Target installation for CMake versions >=3.13
Original file line number Diff line number Diff line change @@ -97,6 +97,6 @@ set(dashboard_cache "
9797# Eventually USE_NIFTI1_CODE:BOOL=ON must be added.
9898
9999string (TIMESTAMP build_date "%Y-%m-%d" )
100- message ("CDash Build Identifier: ${build_date} ${CTEST_BUILD_NAME} " )
101- message ("CTEST_SITE = ${CTEST_SITE} " )
100+ message (STATUS "CDash Build Identifier: ${build_date} ${CTEST_BUILD_NAME} " )
101+ message (STATUS "CTEST_SITE = ${CTEST_SITE} " )
102102include ("${CTEST_SCRIPT_DIRECTORY} /nifti_common.cmake" )
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ if(EXISTS ${CTEST_SOURCE_DIRECTORY})
218218 set (vcs_refresh "because it is not managed by git." )
219219 endif ()
220220 if (vcs_refresh AND "${CTEST_SOURCE_DIRECTORY} " MATCHES "/(NIFTI|nifti_clib)[^/]*" )
221- message ("Deleting source tree\n ${CTEST_SOURCE_DIRECTORY} \n ${vcs_refresh} " )
221+ message (STATUS "Deleting source tree\n ${CTEST_SOURCE_DIRECTORY} \n ${vcs_refresh} " )
222222 file (REMOVE_RECURSE "${CTEST_SOURCE_DIRECTORY} " )
223223 endif ()
224224endif ()
@@ -314,7 +314,7 @@ foreach(v
314314 )
315315 set (vars "${vars} ${v} =[${${v} }]\n " )
316316endforeach (v)
317- message ("Dashboard script configuration:\n ${vars} \n " )
317+ message (STATUS "Dashboard script configuration:\n ${vars} \n " )
318318
319319# Avoid non-ascii characters in tool output.
320320set (ENV{LC_ALL} C)
@@ -347,7 +347,7 @@ if(NOT EXISTS "${CTEST_BINARY_DIRECTORY}")
347347 file (MAKE_DIRECTORY "${CTEST_BINARY_DIRECTORY} " )
348348elseif (NOT "${CTEST_SOURCE_DIRECTORY} " STREQUAL "${CTEST_BINARY_DIRECTORY} "
349349 AND NOT dashboard_no_clean)
350- message ("Clearing build tree..." )
350+ message (STATUS "Clearing build tree..." )
351351 ctest_empty_binary_directory (${CTEST_BINARY_DIRECTORY} )
352352endif ()
353353
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function(get_lib_version_vars version_header libver libver_major)
156156 # Check that a valid version has been specified (of the form XX.XX.XX)
157157 string (REGEX MATCH "^[0-9]*\. [0-9]*\. [0-9]*$" VER_MATCHED "${LIB_VERSION} " )
158158 if ("" STREQUAL "${VER_MATCHED} " )
159- message ("matched ${VER_MATCHED} " )
159+ message (STATUS "matched ${VER_MATCHED} " )
160160 message (FATAL_ERROR "Cannot find a valid version in the version header file ${version_header} (Found: '${LIB_VERSION} ')" )
161161 endif ()
162162 # Set outputs in calling scope
Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ set(dashboard_cache "
100100# Eventually USE_NIFTI1_CODE:BOOL=ON must be added.
101101
102102string (TIMESTAMP build_date "%Y-%m-%d" )
103- message ("CDash Build Identifier: ${build_date} ${CTEST_BUILD_NAME} " )
104- message ("CTEST_SITE = ${CTEST_SITE} " )
103+ message (STATUS "CDash Build Identifier: ${build_date} ${CTEST_BUILD_NAME} " )
104+ message (STATUS "CTEST_SITE = ${CTEST_SITE} " )
105105include ("${CTEST_SCRIPT_DIRECTORY} /nifti_common.cmake" )
You can’t perform that action at this time.
0 commit comments