Skip to content

Commit 4dac890

Browse files
committed
Fix building issue
1 parent 56e6137 commit 4dac890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

c/sedona-libgpuspatial/libgpuspatial/test/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
# under the License.
1717
if(GPUSPATIAL_BUILD_TESTS)
1818
add_library(geoarrow_geos geoarrow_geos/geoarrow_geos.c)
19-
target_link_libraries(geoarrow_geos
20-
PUBLIC GEOS::geos_c
21-
PRIVATE geoarrow)
19+
target_link_libraries(geoarrow_geos PUBLIC GEOS::geos_c geoarrow)
2220
endif()
2321

2422
if(GPUSPATIAL_BUILD_TESTS)

0 commit comments

Comments
 (0)