diff options
| author | git@github.com <git@github.com> | 2026-01-30 16:55:49 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-31 20:15:09 -0800 |
| commit | 3089a0b468cd9dbc31946a45904c0c21475f09ae (patch) | |
| tree | 85c5b6e8db5223bec3221e2770b3042d33722fff | |
| parent | 315e40628545916701fff6f53a8a8987fef04af3 (diff) | |
| download | zlib-3089a0b468cd9dbc31946a45904c0c21475f09ae.tar.gz zlib-3089a0b468cd9dbc31946a45904c0c21475f09ae.tar.bz2 zlib-3089a0b468cd9dbc31946a45904c0c21475f09ae.zip | |
CMake: Fix the iostream3 install test.
| -rw-r--r-- | contrib/iostream3/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/iostream3/test/CMakeLists.txt b/contrib/iostream3/test/CMakeLists.txt index 44e7d601..a36333de 100644 --- a/contrib/iostream3/test/CMakeLists.txt +++ b/contrib/iostream3/test/CMakeLists.txt | |||
| @@ -9,7 +9,7 @@ else(DEFINED ZLIB_BUILD_IOSTREAM3) | |||
| 9 | 9 | ||
| 10 | add_test( | 10 | add_test( |
| 11 | NAME zlib_iostream3_install | 11 | NAME zlib_iostream3_install |
| 12 | COMMAND ${CMAKE_COMMAND} --install ${minizip_BINARY_DIR} --prefix | 12 | COMMAND ${CMAKE_COMMAND} --install ${iostreamV3_BINARY_DIR} --prefix |
| 13 | ${CMAKE_CURRENT_BINARY_DIR}/test_install --config $<CONFIG> | 13 | ${CMAKE_CURRENT_BINARY_DIR}/test_install --config $<CONFIG> |
| 14 | WORKING_DIRECTORY ${iostreamV3_BINARY_DIR}) | 14 | WORKING_DIRECTORY ${iostreamV3_BINARY_DIR}) |
| 15 | 15 | ||
