mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Fix CMake error message location. (#478)
Print error message if Perl is not found.
This commit is contained in:
parent
1c8b3dbe4d
commit
03864c675c
@ -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 ()
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user