1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Fix build with cmake: quotes missing around version

This commit is contained in:
Sebastien Helleu
2008-07-07 10:01:18 +02:00
parent 8d68630eb8
commit aa39c0c7ca
+1 -1
View File
@@ -104,7 +104,7 @@ if(COMMAND cmake_policy)
cmake_policy(SET CMP0005 NEW)
endif(COMMAND cmake_policy)
ADD_DEFINITIONS(-DWEECHAT_VERSION="${VERSION}")
ADD_DEFINITIONS(-DWEECHAT_VERSION='"${VERSION}"')
ADD_SUBDIRECTORY( core )
LIST(APPEND STATIC_LIBS weechat_core)