Skip to content

Commit 457eb0c

Browse files
committed
resolve review comments
1 parent 190c145 commit 457eb0c

5 files changed

Lines changed: 1 addition & 68 deletions

File tree

src/iceberg/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ add_iceberg_lib(iceberg_data
203203
SHARED_INSTALL_INTERFACE_LIBS
204204
${ICEBERG_DATA_SHARED_INSTALL_INTERFACE_LIBS})
205205

206-
if(TARGET iceberg_data_static)
207-
target_compile_definitions(iceberg_data_static PRIVATE ICEBERG_STATIC)
208-
endif()
209-
210206
iceberg_install_all_headers(iceberg)
211207

212208
add_subdirectory(catalog)

src/iceberg/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ iceberg_data_lib = library(
201201
)
202202

203203
iceberg_data_interface_args = []
204-
if get_option('default_library') != 'shared'
204+
if get_option('default_library') == 'static'
205205
iceberg_data_interface_args += ['-DICEBERG_DATA_STATIC']
206206
endif
207207

src/iceberg/test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ add_iceberg_test(util_test
134134
uuid_test.cc
135135
visit_type_test.cc)
136136

137-
add_iceberg_test(roaring_test USE_DATA SOURCES roaring_test.cc)
138-
139137
add_iceberg_test(puffin_test
140138
USE_DATA
141139
SOURCES

src/iceberg/test/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ iceberg_tests = {
104104
),
105105
'use_data': true,
106106
},
107-
'roaring_test': {'sources': files('roaring_test.cc'), 'use_data': true},
108107
'puffin_test': {
109108
'sources': files('puffin_format_test.cc', 'puffin_json_test.cc'),
110109
'use_data': true,

src/iceberg/test/roaring_test.cc

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)