summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-12-30 18:30:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-12-30 18:30:13 (GMT)
commit58fdcc01a402aa7cc1e1cdae81f8a6dbbb93f3d1 (patch)
treec484754e05e89b10c752b7c70cf69735e9e508d1 /CMakeLists.txt
parentd30a1274b2db10934a149cbe73a25b048bf7051c (diff)
downloadhdf5-58fdcc01a402aa7cc1e1cdae81f8a6dbbb93f3d1.zip
hdf5-58fdcc01a402aa7cc1e1cdae81f8a6dbbb93f3d1.tar.gz
hdf5-58fdcc01a402aa7cc1e1cdae81f8a6dbbb93f3d1.tar.bz2
[svn-r21855] 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 ccdc50a..f611755 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
#-----------------------------------------------------------------------------