From ac64a7c99566f570490cb9a1b128dbe62cf1630b Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Tue, 24 Jan 2012 17:28:22 +0100 Subject: [PATCH] cmake now install Xcode templates for all users on the system. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1544dd2..e010d9b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -221,6 +221,6 @@ elseif(MACOSX) install(DIRECTORY extlibs/libs-osx/Frameworks/sndfile.framework DESTINATION ${CMAKE_INSTALL_FRAMEWORK_PREFIX}) if(INSTALL_XCODE4_TEMPLATES) - install(DIRECTORY tools/xcode/templates/SFML DESTINATION $ENV{HOME}/Library/Developer/Xcode/Templates) + install(DIRECTORY tools/xcode/templates/SFML DESTINATION /Library/Developer/Xcode/Templates) endif() endif()