From 27198174ca18157eba7b4e7f2625116506284b37 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Tue, 24 Dec 2024 21:43:52 +0100 Subject: CMake: Correct target to minizip. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 15e8c75..c820ed5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,7 +22,7 @@ if(ZLIB_BUILD_SHARED) COMMAND zlib_example) add_executable(minigzip minigzip.c) - target_compile_definitions(zlib + target_compile_definitions(minigzip PRIVATE $<$:HAVE_HIDDEN>) target_link_libraries(minigzip ZLIB::ZLIB) -- cgit v1.2.3-55-g6feb