Skip to content

Commit

Permalink
Fix default try run setting
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Aug 6, 2024
1 parent b1a8fa1 commit 41df958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/confcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function( wrf_conf_check )

message( STATUS "Performing Check ${WRF_CFG_RESULT_VAR}" )

if ( DEFINED WRF_CFG_RUN )
if ( DEFINED WRF_CFG_RUN AND "${WRF_CFG_RUN}" )
try_run(
${WRF_CFG_RESULT_VAR}
WRF_CFG_COMPILE_RESULT_VAR
Expand Down

0 comments on commit 41df958

Please sign in to comment.