summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-19 18:34:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-19 18:34:31 (GMT)
commit494d39f1c2f6225c732cb857c860d6b475d03226 (patch)
tree92cfe66dbb8f35b9399d38550462d658243997bf /src
parent7e00924d1b9d235b988e63556e3f2c2644bae543 (diff)
downloadhdf5-494d39f1c2f6225c732cb857c860d6b475d03226.zip
hdf5-494d39f1c2f6225c732cb857c860d6b475d03226.tar.gz
hdf5-494d39f1c2f6225c732cb857c860d6b475d03226.tar.bz2
Move options to root cmake file
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 610111b..5104019 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -877,7 +877,6 @@ endif ()
# Setup the H5detect utility which generates H5Tinit with platform
# specific type checks inside
#-----------------------------------------------------------------------------
-option (HDF5_USE_PREGEN "Use pre-generated Files" OFF)
if (HDF5_USE_PREGEN)
set (HDF5_GENERATED_SOURCE_DIR ${HDF5_USE_PREGEN_DIR})
else ()