From 9caf1959fa3f5c2ccbf74e2fcd4e8243ddd31827 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 12 Apr 2020 11:37:01 +0200 Subject: [PATCH] Fix for build. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78624e8..0a76068 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,9 +93,7 @@ endif (WINDOWS) if (STATICC) SET(_LINKS ${_LINKS} -static-libgcc -static-libstdc++) - if (NOT DEFINED CONAN_EXPORTED) - SET(_TESTLINKS ${_TESTLINKS} -static-libgcc -static-libstdc++) - endif() + SET(_TESTLINKS ${_TESTLINKS} -static-libgcc -static-libstdc++) endif()