mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-14 02:58:40 +01:00
Disable building of shared libraries by default (#1320)
* Disable building of shared libraries by default
This commit is contained in:
@@ -183,7 +183,7 @@ endif()
|
||||
|
||||
|
||||
option(SLS_USE_HDF5 "HDF5 File format" OFF)
|
||||
option(SLS_BUILD_SHARED_LIBRARIES "Build shared libaries" ON)
|
||||
option(SLS_BUILD_SHARED_LIBRARIES "Build shared libaries" OFF)
|
||||
option(SLS_USE_TEXTCLIENT "Text Client" ON)
|
||||
option(SLS_USE_DETECTOR "Detector libs" ON)
|
||||
option(SLS_USE_RECEIVER "Receiver" ON)
|
||||
|
||||
Reference in New Issue
Block a user