diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2026-01-04 11:37:00 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-12 11:10:03 -0800 |
| commit | e62a3ddbe333ec5c65fa048d32abef947d1c74ed (patch) | |
| tree | 1d9e22a0a2f58ae718ac377b2ab50ba4a90ae190 /contrib/iostream3/test | |
| parent | 883c24b6a25c3e6eeebf02cc19a3e8537ac5614f (diff) | |
| download | zlib-e62a3ddbe333ec5c65fa048d32abef947d1c74ed.tar.gz zlib-e62a3ddbe333ec5c65fa048d32abef947d1c74ed.tar.bz2 zlib-e62a3ddbe333ec5c65fa048d32abef947d1c74ed.zip | |
CMake: Make final fixes for Windows.
Diffstat (limited to 'contrib/iostream3/test')
| -rw-r--r-- | contrib/iostream3/test/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/iostream3/test/CMakeLists.txt b/contrib/iostream3/test/CMakeLists.txt index f8b2b515..44e7d601 100644 --- a/contrib/iostream3/test/CMakeLists.txt +++ b/contrib/iostream3/test/CMakeLists.txt | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # if we are built from with zlib, use this path's) | 1 | # if we are built from with zlib, use this path's) |
| 2 | if(DEFINED ZLIB_BUILD_SHARED) | 2 | if(DEFINED ZLIB_BUILD_IOSTREAM3) |
| 3 | set(WORK_DIR ${zlib_BINARY_DIR}) | 3 | set(WORK_DIR ${zlib_BINARY_DIR}) |
| 4 | set(inst_setup zlib_iostream3_install) | 4 | set(inst_setup zlib_install) |
| 5 | else(DEFINED ZLIB_BUILD_SHARED) | 5 | else(DEFINED ZLIB_BUILD_IOSTREAM3) |
| 6 | set(WORK_DIR ${iostreamV3_BINARY_DIR}) | 6 | set(WORK_DIR ${iostreamV3_BINARY_DIR}) |
| 7 | set(inst_setup zlib_iostream3_install) | 7 | set(inst_setup zlib_iostream3_install) |
| 8 | set(ZLIB_ARG "-DZLIB_DIR=${ZLIB_DIR}") | 8 | set(ZLIB_ARG "-DZLIB_DIR=${ZLIB_DIR}") |
| @@ -16,7 +16,7 @@ else(DEFINED ZLIB_BUILD_SHARED) | |||
| 16 | set_tests_properties(zlib_iostream3_install | 16 | set_tests_properties(zlib_iostream3_install |
| 17 | PROPERTIES | 17 | PROPERTIES |
| 18 | FIXTURES_SETUP zlib_iostream3_install) | 18 | FIXTURES_SETUP zlib_iostream3_install) |
| 19 | endif(DEFINED ZLIB_BUILD_SHARED) | 19 | endif(DEFINED ZLIB_BUILD_IOSTREAM3) |
| 20 | 20 | ||
| 21 | file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/findpackage_test) | 21 | file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/findpackage_test) |
| 22 | file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/add_subdirectory_test) | 22 | file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/add_subdirectory_test) |
