Skip to content

Commit

Permalink
Add BUILD_SHARED_LIBS as a configurable option
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 25, 2024
1 parent 52a1b26 commit a453b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HandleGeneralOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if (NOT MSVC)
endif()

# Configurable Options
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
if(GTSAM_UNSTABLE_AVAILABLE)
option(GTSAM_BUILD_UNSTABLE "Enable/Disable libgtsam_unstable" ON)
option(GTSAM_UNSTABLE_BUILD_PYTHON "Enable/Disable Python wrapper for libgtsam_unstable" ON)
Expand Down

0 comments on commit a453b66

Please sign in to comment.