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)