summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-12-30 18:27:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-12-30 18:27:14 (GMT)
commitb39c7da7b78ad7042b606c793d58f35737e79751 (patch)
tree978689398c51053bf5323e5ecaa0f98b0890d61e /CMakeLists.txt
parentaa38c92449babe1bc724c7c2ea2279bc006d594b (diff)
downloadhdf5-b39c7da7b78ad7042b606c793d58f35737e79751.zip
hdf5-b39c7da7b78ad7042b606c793d58f35737e79751.tar.gz
hdf5-b39c7da7b78ad7042b606c793d58f35737e79751.tar.bz2
[svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.
Tested: windows
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5a5d0c..fe8a5f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,12 +70,6 @@ PROJECT (HDF5 C CXX)
# ADD_SUBDIRECTORY(Utilities/hdf5-1.8)
#-----------------------------------------------------------------------------
-IF (BUILD_SHARED_LIBS)
- SET (BUILD_NAME_EXT "SHARED")
-ELSE (BUILD_SHARED_LIBS)
- SET (BUILD_NAME_EXT "STATIC")
-ENDIF (BUILD_SHARED_LIBS)
-
#-----------------------------------------------------------------------------
# Allow Visual Studio solution directories
#-----------------------------------------------------------------------------