From 8fc5ec2b89528fe105247be5ce50032e3fdc57ce Mon Sep 17 00:00:00 2001 From: Jason Lowe Date: Thu, 31 Mar 2022 14:51:12 -0500 Subject: [PATCH] Allow libcudfjni to be built as a static library --- java/pom.xml | 3 ++- java/src/main/native/CMakeLists.txt | 28 +++++++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index d2104269c2c..9d94df8474a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -1,6 +1,6 @@