summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-09 13:54:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-09 13:54:09 (GMT)
commitcd6923cbca7ef944a511e214c3f014c339eef99f (patch)
treec77ef4180e6e8b2efde0c150e4190ea500f6335e /config
parentd6b9063bc557053d67adf11d739fa0e24550e59f (diff)
downloadhdf5-cd6923cbca7ef944a511e214c3f014c339eef99f.zip
hdf5-cd6923cbca7ef944a511e214c3f014c339eef99f.tar.gz
hdf5-cd6923cbca7ef944a511e214c3f014c339eef99f.tar.bz2
[svn-r29368] Add else to option
Diffstat (limited to 'config')
-rw-r--r--config/cmake/HDF518_Examples.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cmake/HDF518_Examples.cmake.in b/config/cmake/HDF518_Examples.cmake.in
index 1be5c65..135dcfc 100644
--- a/config/cmake/HDF518_Examples.cmake.in
+++ b/config/cmake/HDF518_Examples.cmake.in
@@ -37,9 +37,13 @@ if(NOT DEFINED CTEST_SOURCE_NAME)
endif()
if(NOT DEFINED STATIC_LIBRARIES)
set(STATICLIBRARIES "YES")
+else(NOT DEFINED STATIC_LIBRARIES)
+ set(STATICLIBRARIES "NO")
endif()
if(NOT DEFINED FORTRAN_LIBRARIES)
set(FORTRANLIBRARIES "NO")
+else(NOT DEFINED FORTRAN_LIBRARIES)
+ set(FORTRANLIBRARIES "YES")
endif()
#TAR_SOURCE - name of tarfile