From 95f4edacf502520ff6cbf7b74fba216b7f244cc4 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 31 Jul 2024 18:10:07 -0400 Subject: [PATCH] BUILD_SHARED_LIBS --- python/ucxx/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ucxx/CMakeLists.txt b/python/ucxx/CMakeLists.txt index 361343eb..a9216a9c 100644 --- a/python/ucxx/CMakeLists.txt +++ b/python/ucxx/CMakeLists.txt @@ -26,6 +26,7 @@ project( option(FIND_UCXX_CPP "Search for existing UCXX C++ installations before defaulting to local files" OFF ) +option(BUILD_SHARED_LIBS "Build UCXX shared libraries" ON) # If the user requested it we attempt to find UCXX. if(FIND_UCXX_CPP)