Skip to content

Commit

Permalink
fix: don't set c++ compiler for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 24, 2024
1 parent dbb4d4d commit 2097354
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TC-armv7-unknown-linux-gnueabihf.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armv7)
set(ZENOHC_CUSTOM_TARGET armv7-unknown-linux-gnueabihf)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)

0 comments on commit 2097354

Please sign in to comment.