diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2025-05-17 09:47:46 +0200 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-06 17:39:45 -0800 |
| commit | bac2e2d457f17fce7aad7d8069ab7e8b392e185c (patch) | |
| tree | d62762b5573f6321474d77f15678068a2a57f986 /test | |
| parent | 3e8e4bb5b2ad0ecfb69b34b04e6b5cf1f3807217 (diff) | |
| download | zlib-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.txt | 4 |
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} |
