Skip to content

Commit

Permalink
BUILD_SHARED_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 31, 2024
1 parent 562efc2 commit 35f7442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rapids_cmake_build_type(Release)
# ##################################################################################################
# * build options ---------------------------------------------------------------------------------

option(KvikIO_BUILD_SHARED_LIBS "Build KvikIO shared library" ON)
option(BUILD_SHARED_LIBS "Build KvikIO shared library" ON)
option(KvikIO_BUILD_EXAMPLES "Configure CMake to build examples" ON)
option(KvikIO_BUILD_TESTS "Configure CMake to build tests" ON)
option(KvikIO_REMOTE_SUPPORT "Configure CMake to build with remote IO support" ON)
Expand Down

0 comments on commit 35f7442

Please sign in to comment.