summaryrefslogtreecommitdiff
path: root/extra/yassl
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-07-04 18:21:47 +0200
committerSergei Golubchik <serg@mariadb.org>2018-08-12 11:37:43 +0200
commit675e7e7dcc89d3b39e96e862c3f69378668584d9 (patch)
tree998a41a66b0541905a233303b23da312eb88bf8e /extra/yassl
parent889d8a8f2beb330df27f2b1cf27ea0375dc4444c (diff)
downloadmariadb-git-675e7e7dcc89d3b39e96e862c3f69378668584d9.tar.gz
remove obsolete checks for -fno-implicit-templates
we stopped using -fno-implicit-templates many years ago
Diffstat (limited to 'extra/yassl')
-rw-r--r--extra/yassl/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/yassl/CMakeLists.txt b/extra/yassl/CMakeLists.txt
index c456af9be15..0e28da012ae 100644
--- a/extra/yassl/CMakeLists.txt
+++ b/extra/yassl/CMakeLists.txt
@@ -20,9 +20,6 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/extra/yassl/taocrypt/mySTL)
ADD_DEFINITIONS(${SSL_DEFINES})
-#Remove -fno-implicit-templates
-#(yassl sources cannot be compiled with it)
-STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
SET(YASSL_SOURCES src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp src/handshake.cpp src/lock.cpp
src/log.cpp src/socket_wrapper.cpp src/ssl.cpp src/timer.cpp src/yassl_error.cpp
src/yassl_imp.cpp src/yassl_int.cpp)