commit 7cd58f9664228e8d8a926af74c23f07fe4db2fb3
parent cb58497ca4510a98162e46ef54b3bd376f6e9bc7
Author: vaplv <vaplv@free.fr>
Date: Mon, 27 Nov 2017 10:57:51 +0100
Remove the BUILD_STATIC CMake option
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -18,7 +18,6 @@ project(rsimd C)
cmake_policy(SET CMP0011 NEW)
enable_testing()
-option(BUILD_STATIC "Build RSIMD as static library" ON)
option(NO_TEST "Disable the tests" OFF)
set(RSIMD_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src)