From 38b6048e1443d36d74760176ebe048bd8cd59446 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 12 Oct 2016 14:37:56 -0700 Subject: Deleted redundant implementation of predux --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ca54af5f..20208bd23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,6 +133,7 @@ if(NOT MSVC) if(COMPILER_SUPPORT_WERROR) set(CMAKE_REQUIRED_FLAGS "-Werror") endif() + ei_add_cxx_compiler_flag("-static") ei_add_cxx_compiler_flag("-pedantic") ei_add_cxx_compiler_flag("-Wall") ei_add_cxx_compiler_flag("-Wextra") -- cgit v1.2.3