From d4efb93c9c0c654812f71c1b6bdeb8d3026a56eb Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 8 Jun 2018 10:31:50 +0200 Subject: [PATCH] Use an option as suggested by @krzys-h with the Android MR --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcd2158..ee155ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (${CMAKE_ROOT}/Modules/ExternalProject.cmake) include_directories (${CMAKE_BINARY_DIR}/include) link_directories (${CMAKE_BINARY_DIR}/lib) -set (STATIC_BUILD true) +option (STATIC_BUILD "Build Planet Blupi statically" ON) # It's an hack in order to be able to link statically planetblupi on darwin. if (APPLE)