Skip to content

Commit 5298e9c

Browse files
committed
fixed iostream3 install test
1 parent 4185c6b commit 5298e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/iostream3/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else(DEFINED ZLIB_BUILD_IOSTREAM3)
99

1010
add_test(
1111
NAME zlib_iostream3_install
12-
COMMAND ${CMAKE_COMMAND} --install ${minizip_BINARY_DIR} --prefix
12+
COMMAND ${CMAKE_COMMAND} --install ${iostreamV3_BINARY_DIR} --prefix
1313
${CMAKE_CURRENT_BINARY_DIR}/test_install --config $<CONFIG>
1414
WORKING_DIRECTORY ${iostreamV3_BINARY_DIR})
1515

0 commit comments

Comments
 (0)