summaryrefslogtreecommitdiff
path: root/cmake/mysql_version.cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-03-25 15:09:14 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2020-03-25 15:53:38 +0100
commit1b58ef7d3f9d9913437f7a53d11ba7b03ea91cf7 (patch)
treecf5a5c4897ab6e3313f89fac5898b5d773742e6b /cmake/mysql_version.cmake
parentbb8df68521964eb8dcb2e76624976e0ac181c08a (diff)
downloadmariadb-git-1b58ef7d3f9d9913437f7a53d11ba7b03ea91cf7.tar.gz
Build cleanups.
Fix clang-cl built
Diffstat (limited to 'cmake/mysql_version.cmake')
-rw-r--r--cmake/mysql_version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mysql_version.cmake b/cmake/mysql_version.cmake
index 85273136a32..cf95620e4ba 100644
--- a/cmake/mysql_version.cmake
+++ b/cmake/mysql_version.cmake
@@ -115,7 +115,7 @@ ENDIF()
# Add version information to the exe and dll files
# Refer to http://msdn.microsoft.com/en-us/library/aa381058(VS.85).aspx
# for more info.
-IF(MSVC)
+IF(MSVC AND NOT CLANG_CL)
# Tiny version is used to identify the build, it can be set with cmake -DTINY_VERSION=<number>
# to bzr revno for example (in the CI builds)
IF(NOT TINY_VERSION)