Skip to content

Commit

Permalink
BUILD_SHARED_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Jul 31, 2024
1 parent 102c849 commit 95f4eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ucxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95f4eda

Please sign in to comment.