diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-03-17 15:36:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-03-17 15:36:49 (GMT) |
commit | 4c6f538770f92a09c6be46e44de056ad7ec68426 (patch) | |
tree | 83c0664e3bbc3e5df12da6f245016da18d4a6714 /config/cmake/scripts/HDF5options.cmake | |
parent | 24b11709aff9e88de172342faed165ec08985e42 (diff) | |
download | hdf5-4c6f538770f92a09c6be46e44de056ad7ec68426.zip hdf5-4c6f538770f92a09c6be46e44de056ad7ec68426.tar.gz hdf5-4c6f538770f92a09c6be46e44de056ad7ec68426.tar.bz2 |
Add toolset option to cmake configure
Diffstat (limited to 'config/cmake/scripts/HDF5options.cmake')
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake index 6239f1f..bbbb8dc 100755 --- a/config/cmake/scripts/HDF5options.cmake +++ b/config/cmake/scripts/HDF5options.cmake @@ -6,6 +6,10 @@ ### uncomment/comment and change the following lines for other configuration options ############################################################################################# +#### alternate toolsets #### +#set(CMAKE_GENERATOR_TOOLSET "Intel C++ Compiler 17.0") + +############################################################################################# #### ext libraries #### ### ext libs from tgz |