diff options
-rw-r--r-- | other/CMakeLists.txt | 4 |
1 files 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) | |||
11 | else() | 11 | else() |
12 | set(HOME "$ENV{HOME}") | 12 | set(HOME "$ENV{HOME}") |
13 | if(APPLE) | 13 | if(APPLE) |
14 | file(MAKE_DIRECTORY ${HOME}Library/Application Support/.tox) | 14 | file(MAKE_DIRECTORY ${HOME}/Library/Application\ Support/.tox) |
15 | file(INSTALL DHTservers DESTINATION ${HOME}Library/Application Support/.tox) | 15 | file(INSTALL DHTservers DESTINATION ${HOME}/Library/Application\ Support/.tox) |
16 | else() | 16 | else() |
17 | file(MAKE_DIRECTORY ${HOME}/.tox) | 17 | file(MAKE_DIRECTORY ${HOME}/.tox) |
18 | file(INSTALL DHTservers DESTINATION ${HOME}/.tox) | 18 | file(INSTALL DHTservers DESTINATION ${HOME}/.tox) |