diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-05-24 13:55:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 13:55:08 (GMT) |
commit | 62a5443bd798dd2b4c4deba2cbb0bd8646196e7d (patch) | |
tree | e980209549c5b2e4089d164c6ecf3798e175520b /test/ShellTests.cmake | |
parent | bee09040d39d265d28b230735e28c3603a5da217 (diff) | |
download | hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.zip hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.gz hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.bz2 |
Various CMake changes (#679)
* Committing clang-format changes
* Several CMake updates:
* Removes unused HDF5_ENABLE_HSIZET
* Switches TEST_SHELL_SCRIPTS to ON
* Sets SH_PROGRAM to bash instead of sh
* Set default build type back to RelWithDebInfo
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/ShellTests.cmake')
-rw-r--r-- | test/ShellTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ShellTests.cmake b/test/ShellTests.cmake index b28bbd6..812121e 100644 --- a/test/ShellTests.cmake +++ b/test/ShellTests.cmake @@ -17,7 +17,7 @@ if (UNIX) - find_program (SH_PROGRAM sh) + find_program (SH_PROGRAM bash) if (SH_PROGRAM) ############################################################################## |