rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

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:
Mcmake/CMakeLists.txt | 1-
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)