summaryrefslogtreecommitdiffstats
path: root/config/cmake/ZLIB
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-25 18:26:28 (GMT)
committerGitHub <noreply@github.com>2023-05-25 18:26:28 (GMT)
commit90293ccec3bf58b6152606138410e80d46604e5d (patch)
treeb4bc913b1d16af09bc5c436f70bdc526aeb13beb /config/cmake/ZLIB
parent1e52bc27ee2b491921ca1eb66790094eaaeb6dea (diff)
downloadhdf5-90293ccec3bf58b6152606138410e80d46604e5d.zip
hdf5-90293ccec3bf58b6152606138410e80d46604e5d.tar.gz
hdf5-90293ccec3bf58b6152606138410e80d46604e5d.tar.bz2
Fix multiConfig variable usage and remove unused CMake vars (#3013)
Diffstat (limited to 'config/cmake/ZLIB')
-rw-r--r--config/cmake/ZLIB/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cmake/ZLIB/CMakeLists.txt b/config/cmake/ZLIB/CMakeLists.txt
index 5e42fb2..12411ac 100644
--- a/config/cmake/ZLIB/CMakeLists.txt
+++ b/config/cmake/ZLIB/CMakeLists.txt
@@ -125,16 +125,6 @@ if (MSVC)
set (CMAKE_MFC_FLAG 0)
endif ()
-set (MAKE_SYSTEM)
-if (CMAKE_BUILD_TOOL MATCHES "make")
- set (MAKE_SYSTEM 1)
-endif ()
-
-set (CFG_INIT "/${CMAKE_CFG_INTDIR}")
-if (MAKE_SYSTEM)
- set (CFG_INIT "")
-endif ()
-
#-----------------------------------------------------------------------------
# Compiler specific flags : Shouldn't there be compiler tests for these
#-----------------------------------------------------------------------------