We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c065c6 commit 343aa9bCopy full SHA for 343aa9b
cmake_modules/BuildUtils.cmake
@@ -214,7 +214,6 @@ function(add_iceberg_lib LIB_NAME)
214
# generate export header file
215
if(BUILD_SHARED)
216
generate_export_header(${LIB_NAME}_shared BASE_NAME ${LIB_NAME})
217
- # target_compile_definitions(${LIB_NAME}_shared PRIVATE ${LIB_NAME}_shared_EXPORTS)
218
if(BUILD_STATIC)
219
string(TOUPPER ${LIB_NAME} LIB_NAME_UPPER)
220
target_compile_definitions(${LIB_NAME}_static
0 commit comments