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 149ed21 commit 2cb3dc9Copy full SHA for 2cb3dc9
cmake_modules/BuildUtils.cmake
@@ -217,7 +217,7 @@ function(add_iceberg_lib LIB_NAME)
217
generate_export_header(${LIB_NAME}_shared BASE_NAME ${LIB_NAME_UPPER})
218
if(BUILD_STATIC)
219
set_target_properties(${LIB_NAME}_static
220
- PROPERTIES COMPILE_FLAGS "-D${LIB_NAME_UPPER}_STATIC_DEFINE")
+ PROPERTIES COMPILE_FLAGS -D${LIB_NAME_UPPER}_STATIC_DEFINE)
221
endif()
222
elseif(BUILD_STATIC)
223
generate_export_header(${LIB_NAME}_static BASE_NAME ${LIB_NAME_UPPER})
0 commit comments