From 3ecfa40ea738ca8265bafc55bb3d17d9591961d5 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 17 Jan 2025 19:52:26 +0100 Subject: [PATCH] Remove comments --- deps/zlib.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/deps/zlib.cmake b/deps/zlib.cmake index 03cd234b..d2a2b323 100644 --- a/deps/zlib.cmake +++ b/deps/zlib.cmake @@ -4,9 +4,6 @@ target_compile_definitions(zlibstatic PUBLIC ZLIB_CONST=1) target_include_directories(zlibstatic PUBLIC ${zlib_SOURCE_DIR} ${zlib_BINARY_DIR}) if (TARGET zlib) - # Remove all properties and dependencies from the zlib shared lib target - # (this will keep the zlibstatic target) set_target_properties(zlib PROPERTIES EXCLUDE_FROM_ALL TRUE) set_target_properties(zlib PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD TRUE) - message(STATUS "Target 'zlib' has been disabled.") endif()