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()