Skip to content

Commit

Permalink
Merge pull request #1208 from k-okada/fix_arm
Browse files Browse the repository at this point in the history
add ARCHDIR for LinuxARM
  • Loading branch information
k-okada authored Dec 15, 2016
2 parents 7ede4f7 + 8254868 commit 9078a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_maps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if(${CMAKE_SYSTEM_NAME} MATCHES Linux)
elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES amd64* OR
${CMAKE_SYSTEM_PROCESSOR} MATCHES x86_64* )
set(ARCHDIR Linux64)
elseif(${GCC_MACHINE} MATCHES arm-linux-*)
set(ARCHDIR LinuxARM)
else()
set(ARCHDIR Linux)
endif()
Expand Down

0 comments on commit 9078a56

Please sign in to comment.