diff --git a/CMakeLists.txt b/CMakeLists.txt index ae7ddf9..51d0941 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ if (_stack_chk_fail_exists) if(WIN32) set(SSP_LIB -static ssp) else() - set(SSP_LIB -static ssp) + set(SSP_LIB ssp) endif() else () set(SSP_LIB "")