diff options
Diffstat (limited to 'src/server/authserver')
| -rw-r--r-- | src/server/authserver/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 4b811316560..3a862d607ef 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -75,7 +75,7 @@ if( NOT WIN32 ) endif() if( UNIX ) - set(authserver_LINK_FLAGS "-pthread -lcrypto ${authserver_LINK_FLAGS}") + set(authserver_LINK_FLAGS "-pthread ${authserver_LINK_FLAGS}") endif() if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) |
