Skip to content

Commit

Permalink
Add GDAL to GLOBAL_TARGETS in rapids_export.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 17, 2022
1 parent cea3360 commit 2db0802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ targets:
rapids_export(
INSTALL cuspatial
EXPORT_SET cuspatial-exports
GLOBAL_TARGETS cuspatial
GLOBAL_TARGETS cuspatial GDAL::GDAL
NAMESPACE cuspatial::
DOCUMENTATION doc_string
)
Expand All @@ -258,7 +258,7 @@ rapids_export(
rapids_export(
BUILD cuspatial
EXPORT_SET cuspatial-exports
GLOBAL_TARGETS cuspatial
GLOBAL_TARGETS cuspatial GDAL::GDAL
NAMESPACE cuspatial::
DOCUMENTATION doc_string
)

0 comments on commit 2db0802

Please sign in to comment.