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 030c3bf commit 76704f9Copy full SHA for 76704f9
autotest/cpp/CMakeLists.txt
@@ -196,8 +196,12 @@ add_library(main_gtest STATIC main_gtest.cpp)
196
target_link_libraries(main_gtest PRIVATE gtest_for_gdal $<TARGET_NAME:${GDAL_LIB_TARGET_NAME}>)
197
gdal_standard_includes(main_gtest)
198
199
-gdal_test_target(testblockcache FILES testblockcache.cpp)
200
-target_link_libraries(testblockcache PRIVATE gtest_for_gdal main_gtest)
+gdal_test_target(testblockcache
+ FILES
201
+ testblockcache.cpp)
202
+target_link_libraries(testblockcache
203
+ PRIVATE
204
+ gtest_for_gdal main_gtest)
205
206
register_test(
207
test-block-cache-1
0 commit comments