PengZheng commented on code in PR #536: URL: https://github.com/apache/celix/pull/536#discussion_r1184956376
########## libs/utils/CMakeLists.txt: ########## @@ -75,10 +77,16 @@ ENDIF() add_library(utils SHARED) target_link_libraries(utils PUBLIC utils_obj) +target_include_directories(utils_obj PUBLIC $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/celix/gen/includes/utils>) + +#Configure celix_err_constant header file +set(CELIX_ERR_BUFFER_SIZE 512 CACHE STRING "The size of the thread-specific buffer used for library error messages") Review Comment: We need a conan option for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org