From 4afdfc3818451eb19f7cdf747ffcaba95f0f4dea Mon Sep 17 00:00:00 2001 From: poljvd Date: Sat, 30 Nov 2013 16:53:14 +0100 Subject: [PATCH] Switch of the preference for static libraries Former-commit-id: 6b9cf3a9c437fef211a8d8772cf70a9f5788402b --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f73167..7e8ad3ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ include_directories(${CMAKE_SOURCE_DIR}/dependencies/include) include_directories(${CMAKE_SOURCE_DIR}/include) # Prefer static linking over dynamic -set(CMAKE_FIND_LIBRARY_SUFFIXES ".a;.so") +#set(CMAKE_FIND_LIBRARY_SUFFIXES ".a;.so") set(CMAKE_BUILD_TYPE "Release")