diff options
Diffstat (limited to 'Modules/Platform/Darwin.cmake')
-rw-r--r-- | Modules/Platform/Darwin.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake index c4b5635..b8357d1 100644 --- a/Modules/Platform/Darwin.cmake +++ b/Modules/Platform/Darwin.cmake @@ -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 |