mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 12:28:41 +01:00
Disable building of shared libraries by default (#1320)
* Disable building of shared libraries by default
This commit is contained in:
@@ -26,6 +26,10 @@ This document describes the differences between vx.x.x and vx.0.2
|
||||
1 New, Changed or Resolved Features
|
||||
=====================================
|
||||
|
||||
Building shared libraries is disabled by default. If you need to link
|
||||
against any of the libSls*.so libraries, you can enable this by passing
|
||||
-DSLS_BUILD_SHARED_LIBRARIES=ON to CMake.
|
||||
|
||||
Added SLS_USE_SYSTEM_ZMQ option (default OFF) to use the libzmq of the host
|
||||
instead of the one included in our repo.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user