Skip to content

Commit

Permalink
Fix CMake error message location. (#478)
Browse files Browse the repository at this point in the history
Print error message if Perl is not found.
  • Loading branch information
hyoklee authored Mar 20, 2021
1 parent 1c8b3db commit 03864c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,9 @@ if (ENABLE_EXTENDED_TESTS)
ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST/flushrefresh_test"
WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST/flushrefresh_test
)
else ()
message (STATUS "Cannot execute TEST flushrefresh - perl not found")
endif ()
else ()
message (STATUS "Cannot execute TEST flushrefresh - perl not found")
endif ()

##############################################################################
Expand Down

0 comments on commit 03864c6

Please sign in to comment.