Skip to content

Commit

Permalink
Adjust message text for failed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Aug 6, 2024
1 parent 41df958 commit 64a9e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/confcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function( wrf_conf_check )
endif()

if ( DEFINED WRF_CFG_MESSAGE )
message( ${WRF_CFG_MSG_TYPE} "${WRF_CFG_MESSAGE}" )
message( ${WRF_CFG_MSG_TYPE} " ${WRF_CFG_MESSAGE}" )
else()
message( ${WRF_CFG_MSG_TYPE} "${WRF_CFG_RESULT_VAR} marked as required, check failed" )
message( ${WRF_CFG_MSG_TYPE} " ${WRF_CFG_RESULT_VAR} check failed" )
endif()
else()
message( STATUS "Performing Check ${WRF_CFG_RESULT_VAR} - Success" )
Expand Down

0 comments on commit 64a9e28

Please sign in to comment.