Skip to content

Commit 76704f9

Browse files
committed
Trigger build.
1 parent 030c3bf commit 76704f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

autotest/cpp/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,12 @@ add_library(main_gtest STATIC main_gtest.cpp)
196196
target_link_libraries(main_gtest PRIVATE gtest_for_gdal $<TARGET_NAME:${GDAL_LIB_TARGET_NAME}>)
197197
gdal_standard_includes(main_gtest)
198198

199-
gdal_test_target(testblockcache FILES testblockcache.cpp)
200-
target_link_libraries(testblockcache PRIVATE gtest_for_gdal main_gtest)
199+
gdal_test_target(testblockcache
200+
FILES
201+
testblockcache.cpp)
202+
target_link_libraries(testblockcache
203+
PRIVATE
204+
gtest_for_gdal main_gtest)
201205

202206
register_test(
203207
test-block-cache-1

0 commit comments

Comments
 (0)