aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-05-17 09:47:46 +0200
committerMark Adler <git@madler.net>2025-12-06 17:39:45 -0800
commitbac2e2d457f17fce7aad7d8069ab7e8b392e185c (patch)
treed62762b5573f6321474d77f15678068a2a57f986 /test
parent3e8e4bb5b2ad0ecfb69b34b04e6b5cf1f3807217 (diff)
downloadzlib-bac2e2d457f17fce7aad7d8069ab7e8b392e185c.tar.gz
zlib-bac2e2d457f17fce7aad7d8069ab7e8b392e185c.tar.bz2
zlib-bac2e2d457f17fce7aad7d8069ab7e8b392e185c.zip
CMake: Fix typos in test/CMakeLists.txt.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 0d2844d..fab91e4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -72,7 +72,7 @@ if(ZLIB_BUILD_STATIC)
72 if(${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} STREQUAL 72 if(${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} STREQUAL
73 "Clang") 73 "Clang")
74 set(CFLAGS_OLD ${CMAKE_C_FLAGS}) 74 set(CFLAGS_OLD ${CMAKE_C_FLAGS})
75 set({CMAKE_C_FLAGS 75 set(CMAKE_C_FLAGS
76 "" 76 ""
77 CACHE STRING "" FORCE) 77 CACHE STRING "" FORCE)
78 78
@@ -108,7 +108,7 @@ if(ZLIB_BUILD_STATIC)
108 ${INFCOVER_DIR}/infcover.c.gcda) 108 ${INFCOVER_DIR}/infcover.c.gcda)
109 set_tests_properties(zlib-coverage-summary PROPERTIES DEPENDS 109 set_tests_properties(zlib-coverage-summary PROPERTIES DEPENDS
110 zlib-coverage) 110 zlib-coverage)
111 set({CMAKE_C_FLAGS 111 set(CMAKE_C_FLAGS
112 ${CFLAGS_OLD} 112 ${CFLAGS_OLD}
113 CACHE STRING "" FORCE) 113 CACHE STRING "" FORCE)
114 endif(${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} 114 endif(${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID}