diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-03 15:36:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-03 15:36:00 (GMT) |
commit | f4516d40feb7ea696e228253bc64a94f55296cbb (patch) | |
tree | 7399ea8991358c0e2347ada16510d802fff9f1a3 /config/toolchain | |
parent | 9d0c66c7cb36fafa229160a079ce07488a115e82 (diff) | |
download | hdf5-f4516d40feb7ea696e228253bc64a94f55296cbb.zip hdf5-f4516d40feb7ea696e228253bc64a94f55296cbb.tar.gz hdf5-f4516d40feb7ea696e228253bc64a94f55296cbb.tar.bz2 |
Fix comment
Diffstat (limited to 'config/toolchain')
-rw-r--r-- | config/toolchain/crayle.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/toolchain/crayle.cmake b/config/toolchain/crayle.cmake index a83147b..47d8afc 100644 --- a/config/toolchain/crayle.cmake +++ b/config/toolchain/crayle.cmake @@ -1,5 +1,6 @@ -# Uncomment the following to use cross-compiling +# The following line will use cross-compiling set(CMAKE_SYSTEM_NAME Linux) + set(CMAKE_COMPILER_VENDOR "CrayLinuxEnvironment") set(CMAKE_C_COMPILER cc) |