File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ set(PROJECT_URL "https://github.com/${PROJECT_ORG}/${PROJECT_NAME}")
2727
2828# Project options
2929option (TRACE_SOLVER "trace solver on stderr" OFF )
30+ option (BUILD_SHARED_LIBS "Build shared libraries" ON )
3031
3132# Project configuration
3233set (PROJECT_USE_CMAKE_EXPORT TRUE )
@@ -56,7 +57,7 @@ set(${PROJECT_NAME}_HEADERS
5657 include /${PROJECT_NAME} /eiquadprog-rt.hxx
5758 include /${PROJECT_NAME} /eiquadprog-utils.hxx)
5859
59- add_library (${PROJECT_NAME} SHARED src/eiquadprog-fast.cpp src/eiquadprog.cpp)
60+ add_library (${PROJECT_NAME} src/eiquadprog-fast.cpp src/eiquadprog.cpp)
6061target_compile_options (${PROJECT_NAME} PRIVATE "-Wno-sign-conversion"
6162)# We have a lot of implicit size_t to Eigen::Index conversions
6263
You can’t perform that action at this time.
0 commit comments