Skip to content

Commit

Permalink
STYLE: nifti_installed_targets message is gray instead of default red
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored and hjmjohnson committed Sep 9, 2021
1 parent 9745409 commit 83a51e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/NIFTI/src/nifti/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ endif()

# Report installed targets
get_property(nifti_installed_targets GLOBAL PROPERTY nifti_installed_targets)
message("nifti_installed_targets: ${nifti_installed_targets}")
message(STATUS "nifti_installed_targets: ${nifti_installed_targets}")

if(CMAKE_VER_AT_LEAST_3_13)
# Target installation for CMake versions >=3.13
Expand Down

0 comments on commit 83a51e2

Please sign in to comment.