mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Renamed all HDF5 examples build options from H5EX_* to H5EXAMPLE_* to better distinguish them from library options when building examples alongside the library. Updated all CMake files, including: Main examples CMakeLists.txt files CMake configuration files in config/ directory CMake preset files Updated documentation files to reflect new option names
30 lines
1.0 KiB
CMake
30 lines
1.0 KiB
CMake
# This is the CMakeCache file.
|
|
|
|
########################
|
|
# EXTERNAL cache entries
|
|
########################
|
|
|
|
set (BUILD_SHARED_LIBS ON CACHE BOOL "Build Shared Libraries" FORCE)
|
|
|
|
set (H5EXAMPLE_BUILD_TESTING ON CACHE BOOL "Build HDF5 Unit Testing" FORCE)
|
|
|
|
#set (H5EXAMPLE_ENABLE_PARALLEL ON CACHE BOOL "Enable parallel build (requires MPI)" FORCE)
|
|
|
|
#set (H5EXAMPLE_BUILD_HL ON CACHE BOOL "Build High Level support" FORCE)
|
|
|
|
#set (H5EXAMPLE_BUILD_FORTRAN ON CACHE BOOL "Build FORTRAN support" FORCE)
|
|
|
|
#set (H5EXAMPLE_BUILD_CXX ON CACHE BOOL "Build C++ support" FORCE)
|
|
|
|
#set (H5EXAMPLE_BUILD_FILTERS ON CACHE BOOL "Build filter support" FORCE)
|
|
|
|
#set (H5EXAMPLE_ENABLE_F2003 ON CACHE BOOL "Enable FORTRAN 2003 Standard" FORCE)
|
|
|
|
#set (H5EXAMPLE_BUILD_JAVA ON CACHE BOOL "Build JAVA support" FORCE)
|
|
|
|
set (HDF5_PACKAGE_NAME "hdf5" CACHE STRING "Name of HDF5 package" FORCE)
|
|
|
|
set (HDF5_NAMESPACE "hdf5::" CACHE STRING "Name space of HDF5 library" FORCE)
|
|
|
|
set (CPACK_PACKAGE_VERSION "2.0.4" CACHE STRING "Version of HDF5 examples source package" FORCE)
|