summaryrefslogtreecommitdiffstats
path: root/config/toolchain/crayle.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-19 01:58:51 (GMT)
committerGitHub <noreply@github.com>2023-09-19 01:58:51 (GMT)
commitd9d99238a0a14ad8891a9d6aa3bc66c5ef7a94b5 (patch)
tree8a64ddb0ab4cd0f7f786b8c48f06949d32cf97d4 /config/toolchain/crayle.cmake
parent18c5080a2c6c6dcfc9c35e46890e3f89095d2215 (diff)
downloadhdf5-d9d99238a0a14ad8891a9d6aa3bc66c5ef7a94b5.zip
hdf5-d9d99238a0a14ad8891a9d6aa3bc66c5ef7a94b5.tar.gz
hdf5-d9d99238a0a14ad8891a9d6aa3bc66c5ef7a94b5.tar.bz2
Sync CMake and doxygen changes with develop (#3543)
* Sync CMake and doxygen changes from develop * Add missing images
Diffstat (limited to 'config/toolchain/crayle.cmake')
-rw-r--r--config/toolchain/crayle.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/toolchain/crayle.cmake b/config/toolchain/crayle.cmake
index bf7cf69..02df8ff 100644
--- a/config/toolchain/crayle.cmake
+++ b/config/toolchain/crayle.cmake
@@ -1,10 +1,10 @@
# The following line will use cross-compiling
-set(CMAKE_SYSTEM_NAME Linux)
+set (CMAKE_SYSTEM_NAME Linux)
-set(CMAKE_COMPILER_VENDOR "CrayLinuxEnvironment")
+set (CMAKE_COMPILER_VENDOR "CrayLinuxEnvironment")
-set(CMAKE_C_COMPILER cc)
-set(CMAKE_Fortran_COMPILER ftn)
+set (CMAKE_C_COMPILER cc)
+set (CMAKE_Fortran_COMPILER ftn)
# the following is used if cross-compiling
-set(CMAKE_CROSSCOMPILING_EMULATOR "")
+set (CMAKE_CROSSCOMPILING_EMULATOR "")