Skip to content

Commit

Permalink
Merge pull request #1018 from leapmotion/upd-standard
Browse files Browse the repository at this point in the history
Upd standard
  • Loading branch information
Jonathan Marsden committed Jun 2, 2017
2 parents c0f9657 + 1d579f1 commit 7742d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standard/StandardProject.cmake
Expand Up @@ -67,7 +67,7 @@ function(standard_project_preinit)
if(_developer_sdk_version)
set(CMAKE_OSX_SYSROOT "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${_developer_sdk_version}.sdk" CACHE STRING "Mac OS X build environment" FORCE)
if(NOT CMAKE_OSX_DEPLOYMENT_TARGET)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Mac OS X deployment target" FORCE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.10" CACHE STRING "Mac OS X deployment target" FORCE)
endif()
endif()
endif()
Expand Down
2 changes: 1 addition & 1 deletion standard/standard-configVersion.cmake.in
Expand Up @@ -17,7 +17,7 @@ if(DEFINED @ARG_NAME@_ARCHITECTURE)
string(REGEX MATCH "amd64|x86_64|x64" @ARG_NAME@_is_x64 ${i})
string(REGEX MATCH "i386|x86" @ARG_NAME@_is_x86 ${i})
string(REGEX MATCH "arm$" @ARG_NAME@_is_arm ${i})
string(REGEX MATCH "arm64|aarch64" @ARG_NAME@_is_aarch64)
string(REGEX MATCH "arm64|aarch64" @ARG_NAME@_is_aarch64 ${i})

# Classify
if(@ARG_NAME@_is_x86)
Expand Down

0 comments on commit 7742d95

Please sign in to comment.