Skip to content

Commit 343aa9b

Browse files
wgtmackou
andauthored
Update cmake_modules/BuildUtils.cmake
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 9c065c6 commit 343aa9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake_modules/BuildUtils.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ function(add_iceberg_lib LIB_NAME)
214214
# generate export header file
215215
if(BUILD_SHARED)
216216
generate_export_header(${LIB_NAME}_shared BASE_NAME ${LIB_NAME})
217-
# target_compile_definitions(${LIB_NAME}_shared PRIVATE ${LIB_NAME}_shared_EXPORTS)
218217
if(BUILD_STATIC)
219218
string(TOUPPER ${LIB_NAME} LIB_NAME_UPPER)
220219
target_compile_definitions(${LIB_NAME}_static

0 commit comments

Comments
 (0)