This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/export_headers
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 92230e485ee66c2d42df855394f354b39ce74cae
Author: Pepijn Noltes <pepijnnol...@gmail.com>
AuthorDate: Sun Apr 16 22:25:59 2023 +0200

    Remove resolved TODO comment
---
 libs/utils/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/utils/CMakeLists.txt b/libs/utils/CMakeLists.txt
index ead1a020..4288b872 100644
--- a/libs/utils/CMakeLists.txt
+++ b/libs/utils/CMakeLists.txt
@@ -53,7 +53,6 @@ if (CELIX_UTILS_CMAKE_CONFIGURE_ALT_OPTION)
         list(GET ARGN 0 UTILS_TARGET_NAME)
 
         target_link_libraries(${UTILS_TARGET_NAME} PRIVATE libzip::libzip)
-        #TODO if hidden is set to default, we have no issues
         set_target_properties(${UTILS_TARGET_NAME} PROPERTIES 
C_VISIBILITY_PRESET hidden)
         if (NOT OPEN_MEMSTREAM_EXISTS)
             target_compile_definitions(${UTILS_TARGET_NAME} PUBLIC 
-DCELIX_UTILS_NO_MEMSTREAM_AVAILABLE)

Reply via email to