summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-04-16 15:05:58 +0200
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-04-16 15:05:58 +0200
commit9b590649b8a4d1df59d691264013bc4afb60f5e2 (patch)
tree881f0ee55ed6cc5fe4154d53ab919cb3a25c26a5 /cmake
parent05f55615ff68a95f16fc0f18929961b983570895 (diff)
downloadmariadb-git-9b590649b8a4d1df59d691264013bc4afb60f5e2.tar.gz
Disable SSL with Intel CC
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build_configurations/mysql_release.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index 9b3db827ab3..de92544ada5 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -138,6 +138,7 @@ IF(UNIX)
IF(CMAKE_C_COMPILER_ID MATCHES "Intel")
SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-static-intel -g -O3 -unroll2 -ip -mp -restrict")
SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-static-intel -g -O3 -unroll2 -ip -mp -restrict")
+ SET(WITH_SSL no)
ENDIF()
ENDIF()