From 5df77bdb14379a455016d6454d99c967e052c963 Mon Sep 17 00:00:00 2001 From: Ayberk Yilmaz Date: Sun, 18 Aug 2013 18:54:44 +0300 Subject: [PATCH] Fixed broken build paths --- other/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt index 10e5b051..eaf677ed 100644 --- a/other/CMakeLists.txt +++ b/other/CMakeLists.txt @@ -11,8 +11,8 @@ if(WIN32) else() set(HOME "$ENV{HOME}") if(APPLE) - file(MAKE_DIRECTORY ${HOME}Library/Application Support/.tox) - file(INSTALL DHTservers DESTINATION ${HOME}Library/Application Support/.tox) + file(MAKE_DIRECTORY ${HOME}/Library/Application\ Support/.tox) + file(INSTALL DHTservers DESTINATION ${HOME}/Library/Application\ Support/.tox) else() file(MAKE_DIRECTORY ${HOME}/.tox) file(INSTALL DHTservers DESTINATION ${HOME}/.tox)