Re-add BUILD_SHARED_LIBS.

We use it as indicator if boost should be linked dynamically.
This commit is contained in:
tastytea 2020-12-03 21:22:05 +01:00
parent cbf3f3f3ac
commit 020559841c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -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