summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-08-31 20:08:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-08-31 20:08:56 (GMT)
commit81ca9e4c79a125cfcea9e426e1e91d94cdf6a2aa (patch)
treeafb20a611c0582221ce101eb67c5c699f2399ab4 /config/cmake/cacheinit.cmake
parentc226e58005f54b29dc9fc5f762f7aa6382e790ff (diff)
downloadhdf5-81ca9e4c79a125cfcea9e426e1e91d94cdf6a2aa.zip
hdf5-81ca9e4c79a125cfcea9e426e1e91d94cdf6a2aa.tar.gz
hdf5-81ca9e4c79a125cfcea9e426e1e91d94cdf6a2aa.tar.bz2
[svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable HDF_TEST_EXPRESS.
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rw-r--r--config/cmake/cacheinit.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index cca6e98..4bef99f 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -46,6 +46,8 @@ set (HDF5_USE_18_API_DEFAULT OFF CACHE BOOL "Use the HDF5 1.8.x API by default"
set (HDF5_ENABLE_THREADSAFE OFF CACHE BOOL "(WINDOWS)Enable Threadsafety" FORCE)
+set (HDF_TEST_EXPRESS "2" CACHE STRING "Control testing framework (0-3)" FORCE)
+
set (HDF5_PACKAGE_EXTLIBS OFF CACHE BOOL "(WINDOWS)CPACK - include external libraries" FORCE)
set (HDF5_NO_PACKAGES OFF CACHE BOOL "CPACK - Disable packaging" FORCE)