Skip to content
Snippets Groups Projects
Commit 98b9a7f6 authored by Kashif Rasul's avatar Kashif Rasul Committed by Brad King
Browse files

OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066)

Since commit 4693cf84 (Xcode: Detect new default locations of Xcode 4.3
bits and pieces) Darwin.cmake detects the developer application
directory instead of hard-coding /Developer.  Replace the hard-coded
path in CMAKE_SYSTEM_APPBUNDLE_PATH using the computed result.
parent 58db6ac2
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ SET(CMAKE_FIND_APPBUNDLE FIRST)
SET(CMAKE_SYSTEM_APPBUNDLE_PATH
~/Applications
/Applications
/Developer/Applications)
${OSX_DEVELOPER_ROOT}/Applications)
INCLUDE(Platform/UnixPaths)
LIST(APPEND CMAKE_SYSTEM_PREFIX_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment