From 020559841c6ada6c1d88c25284b71a377d4acec1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Dec 2020 21:22:05 +0100 Subject: [PATCH] Re-add BUILD_SHARED_LIBS. We use it as indicator if boost should be linked dynamically. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c499e21..bade7ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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