Re-add BUILD_SHARED_LIBS.
We use it as indicator if boost should be linked dynamically.
This commit is contained in:
parent
cbf3f3f3ac
commit
020559841c
@ -8,6 +8,7 @@ endif()
|
||||
|
||||
# Global build options.
|
||||
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.")
|
||||
option(BUILD_SHARED_LIBS "Build shared libraries." YES) # Needed for boost.
|
||||
|
||||
project (mastorss
|
||||
VERSION 0.13.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user