diff options
| author | leak <none@none> | 2010-12-20 02:23:55 +0100 |
|---|---|---|
| committer | leak <none@none> | 2010-12-20 02:23:55 +0100 |
| commit | 4c9cfa6739ed5f0e7f2d154b24987213b681c07a (patch) | |
| tree | 7658e972d6bda6724484389c780b7ef1bc2718df /src/server/authserver | |
| parent | 33808ab5679f84f434579086cb49a864fe6b1dc8 (diff) | |
Core/Buildsystem: Resolved quoting problem that caused gcc to spam warnings. Patch by click.
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver')
| -rw-r--r-- | src/server/authserver/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 0b666d2d91a..3a862d607ef 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -71,7 +71,7 @@ add_executable(authserver add_dependencies(authserver revision.h) if( NOT WIN32 ) - add_definitions(-D_TRINITY_REALM_CONFIG="${CONF_DIR}/authserver.conf") + add_definitions(-D_TRINITY_REALM_CONFIG='"${CONF_DIR}/authserver.conf"') endif() if( UNIX ) |
