diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-22 21:08:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-22 21:08:52 (GMT) |
commit | 096279caf76a542306b840fb90e1e753e8bbf748 (patch) | |
tree | f486957d11a73caa677bd335258f1abb110c2927 /config/cmake/scripts | |
parent | 164bae2439d490f5cc93e1068692d42d56d36b76 (diff) | |
download | hdf5-096279caf76a542306b840fb90e1e753e8bbf748.zip hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.gz hdf5-096279caf76a542306b840fb90e1e753e8bbf748.tar.bz2 |
HDFFV-10608 Move toolchain files into a subfolder
Diffstat (limited to 'config/cmake/scripts')
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index 440a3ae..629d277 100755 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -98,6 +98,6 @@ set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_EXTLIBS:BOOL=ON") ############################################################################################# ### use a toolchain file -#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=config/intel.cmake") +#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=config/toolchain/intel.cmake") ############################################################################################# |