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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user