From 9f9c74cdbeb986916e1681b6b39fb1afa87d0f3a Mon Sep 17 00:00:00 2001 From: hikerstk Date: Mon, 14 Nov 2011 23:52:50 +0000 Subject: [PATCH] Fixed missing "" around the string define. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10212 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23c7f0a71..f879cf9f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -682,7 +682,7 @@ if (APPLE) else() - add_definitions(-DSUPERTUXKART_DATADIR=${CMAKE_INSTALL_PREFIX}/share/games/supertuxkart) + add_definitions(-DSUPERTUXKART_DATADIR=\"${CMAKE_INSTALL_PREFIX}/share/games/supertuxkart\") # Build the final executable add_executable(supertuxkart ${SRCS})