summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-06-18 22:10:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-06-18 22:10:46 (GMT)
commitb3b6dcb44abef88b767a64c24098ada09c28db24 (patch)
treea5355c6274a21c8f5dfef50e843d8f6e4d0d0382 /config/cmake_ext_mod/ConfigureChecks.cmake
parent8973ba46c6fd72caac146c254349df46bb57717d (diff)
downloadhdf5-b3b6dcb44abef88b767a64c24098ada09c28db24.zip
hdf5-b3b6dcb44abef88b767a64c24098ada09c28db24.tar.gz
hdf5-b3b6dcb44abef88b767a64c24098ada09c28db24.tar.bz2
Correct CMake issues
Diffstat (limited to 'config/cmake_ext_mod/ConfigureChecks.cmake')
-rw-r--r--config/cmake_ext_mod/ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake
index bbd5170..63d9ee9 100644
--- a/config/cmake_ext_mod/ConfigureChecks.cmake
+++ b/config/cmake_ext_mod/ConfigureChecks.cmake
@@ -28,7 +28,7 @@ if (APPLE)
list (LENGTH CMAKE_OSX_ARCHITECTURES ARCH_LENGTH)
if (ARCH_LENGTH GREATER 1)
set (CMAKE_OSX_ARCHITECTURES "" CACHE STRING "" FORCE)
- message(FATAL_ERROR "Building Universal Binaries on OS X is NOT supported by the HDF5 project. This is"
+ message (FATAL_ERROR "Building Universal Binaries on OS X is NOT supported by the HDF5 project. This is"
"due to technical reasons. The best approach would be build each architecture in separate directories"
"and use the 'lipo' tool to combine them into a single executable or library. The 'CMAKE_OSX_ARCHITECTURES'"
"variable has been set to a blank value which will build the default architecture for this system.")