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 2fe9347 commit 2060b4dCopy full SHA for 2060b4d
src/iceberg/test/CMakeLists.txt
@@ -27,7 +27,7 @@ fetchcontent_declare(googletest
27
NAMES
28
GTest)
29
30
-if(ICEBERG_BUILD_REST_CATALOG)
+if(ICEBERG_BUILD_REST)
31
fetchcontent_makeavailable(cpp-httplib googletest)
32
else()
33
fetchcontent_makeavailable(googletest)
@@ -147,8 +147,8 @@ if(ICEBERG_BUILD_BUNDLE)
147
148
endif()
149
150
151
add_iceberg_test(rest_catalog_test SOURCES rest_catalog_test.cc)
152
- target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_catalog_static)
+ target_link_libraries(rest_catalog_test PRIVATE iceberg_rest_static)
153
target_include_directories(rest_catalog_test PRIVATE ${cpp-httplib_SOURCE_DIR})
154
0 commit comments