Skip to content

Commit

Permalink
Merge pull request #19 from leapmotion/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
jdonald authored Sep 27, 2016
2 parents deedf65 + e132a0d commit 1548356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/StandardProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function(standard_project_preinit)
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "arm")
set(standard_BUILD_ARM ON PARENT_SCOPE)
set(standard_BUILD_ARCHITECTURES "arm" PARENT_SCOPE)
set(standard_BUILD_64 OFFPARENT_SCOPE)
set(standard_BUILD_64 OFF PARENT_SCOPE)
elseif(CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64;i386")
set(standard_BUILD_ARCHITECTURES x64 x86 PARENT_SCOPE)
set(standard_BUILD_64 ON PARENT_SCOPE)
Expand Down

0 comments on commit 1548356

Please sign in to comment.