Remove comments

This commit is contained in:
momo5502
2025-01-17 19:52:26 +01:00
parent e28317ea8f
commit 3ecfa40ea7

3
deps/zlib.cmake vendored
View File

@@ -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()