summaryrefslogtreecommitdiffstats
path: root/config/cmake/mccacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-09-18 15:23:20 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-09-18 15:23:20 (GMT)
commit87005a24baf04aa82ee56e01ad7fa03bd0fb2573 (patch)
tree8b1e0e4f7fedd4440e5f87cb53e9c0543abe6520 /config/cmake/mccacheinit.cmake
parent7c1c3734f356a4a019d921271abf4ea354ad8001 (diff)
downloadhdf5-87005a24baf04aa82ee56e01ad7fa03bd0fb2573.zip
hdf5-87005a24baf04aa82ee56e01ad7fa03bd0fb2573.tar.gz
hdf5-87005a24baf04aa82ee56e01ad7fa03bd0fb2573.tar.bz2
[svn-r27823] Add new options for dynamic analysis
Diffstat (limited to 'config/cmake/mccacheinit.cmake')
-rw-r--r--config/cmake/mccacheinit.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake
index 39ec124..7f981df 100644
--- a/config/cmake/mccacheinit.cmake
+++ b/config/cmake/mccacheinit.cmake
@@ -4,12 +4,16 @@
# EXTERNAL cache entries
########################
+set (CMAKE_INSTALL_FRAMEWORK_PREFIX "Library/Frameworks" CACHE STRING "Frameworks installation directory" FORCE)
+
set (BUILD_SHARED_LIBS OFF CACHE BOOL "Build Shared Libraries" FORCE)
set (BUILD_TESTING ON CACHE BOOL "Build HDF5 Unit Testing" FORCE)
set (HDF_PACKAGE_EXT "" CACHE STRING "Name of HDF package extension" FORCE)
+set (HDF5_GENERATE_HEADERS ON CACHE BOOL "Rebuild Generated Files" FORCE)
+
set (HDF5_BUILD_CPP_LIB ON CACHE BOOL "Build HDF5 C++ Library" FORCE)
set (HDF5_BUILD_EXAMPLES ON CACHE BOOL "Build HDF5 Library Examples" FORCE)