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 56e6137 commit 4dac890Copy full SHA for 4dac890
c/sedona-libgpuspatial/libgpuspatial/test/CMakeLists.txt
@@ -16,9 +16,7 @@
16
# under the License.
17
if(GPUSPATIAL_BUILD_TESTS)
18
add_library(geoarrow_geos geoarrow_geos/geoarrow_geos.c)
19
- target_link_libraries(geoarrow_geos
20
- PUBLIC GEOS::geos_c
21
- PRIVATE geoarrow)
+ target_link_libraries(geoarrow_geos PUBLIC GEOS::geos_c geoarrow)
22
endif()
23
24
0 commit comments