Skip to content

Commit 2060b4d

Browse files
committed
fix
1 parent 2fe9347 commit 2060b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/iceberg/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)
@@ -147,8 +147,8 @@ if(ICEBERG_BUILD_BUNDLE)
147147

148148
endif()
149149

150-
if(ICEBERG_BUILD_REST_CATALOG)
150+
if(ICEBERG_BUILD_REST)
151151
add_iceberg_test(rest_catalog_test SOURCES rest_catalog_test.cc)
152-
target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_catalog_static)
152+
target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_static)
153153
target_include_directories(rest_catalog_test PRIVATE ${cpp-httplib_SOURCE_DIR})
154154
endif()

0 commit comments

Comments
 (0)