Skip to content

Commit b830c93

Browse files
committed
fix
1 parent e7db68e commit b830c93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fetchcontent_declare(googletest
2727
NAMES
2828
GTest)
2929

30-
if(ICEBERG_BUILD_REST_CATALOG)
30+
if(ICEBERG_BUILD_REST)
3131
fetchcontent_makeavailable(cpp-httplib googletest)
3232
else()
3333
fetchcontent_makeavailable(googletest)
@@ -142,8 +142,8 @@ if(ICEBERG_BUILD_BUNDLE)
142142

143143
endif()
144144

145-
if(ICEBERG_BUILD_REST_CATALOG)
145+
if(ICEBERG_BUILD_REST)
146146
add_iceberg_test(rest_catalog_test SOURCES rest_catalog_test.cc)
147-
target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_catalog_static)
147+
target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_static)
148148
target_include_directories(rest_catalog_test PRIVATE ${cpp-httplib_SOURCE_DIR})
149149
endif()

0 commit comments

Comments
 (0)