Fix localedir definition.
This commit is contained in:
parent
3b8a64917f
commit
75d64b1df9
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if(NOT WIN32)
|
|||
endif(IS_ABSOLUTE ${DATADIR})
|
||||
endif(NOT WIN32)
|
||||
|
||||
add_definitions(-DLOCALEDIR=='\"${LOCALEDIR}\"')
|
||||
add_definitions(-DLOCALEDIR='\"${LOCALEDIR}\"')
|
||||
message("set -DLOCALEDIR='\"${LOCALEDIR}\"'")
|
||||
|
||||
if(NOT IS_ABSOLUTE ${LOCALEDIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue