summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-12-30 12:32:07 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-12-30 12:32:07 (GMT)
commit1c7688c77afe630fc6382f994671ff3d5220279a (patch)
tree7b469adf587fb775941816b7670a16a54d474f44 /CMakeLists.txt
parent86313eb281deea495200c63f10d5efce38d3350c (diff)
downloadhdf5-1c7688c77afe630fc6382f994671ff3d5220279a.zip
hdf5-1c7688c77afe630fc6382f994671ff3d5220279a.tar.gz
hdf5-1c7688c77afe630fc6382f994671ff3d5220279a.tar.bz2
[svn-r19896] remove orphaned endif()
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea62baa..ef1527a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -240,7 +240,6 @@ SET (LIB_TYPE STATIC)
IF (BUILD_SHARED_LIBS)
SET (LIB_TYPE SHARED)
SET (H5_BUILT_AS_DYNAMIC_LIB 1)
- ENDIF (MSVC)
ELSE (BUILD_SHARED_LIBS)
SET (H5_BUILT_AS_STATIC_LIB 1)
IF (NOT WIN32)