From 20973540a49f165e694e126fdafd6c059afe7be8 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 24 Oct 2024 23:55:18 +0200 Subject: [PATCH] fix: don't set c++ compiler for armv7 --- TC-armv7-unknown-linux-gnueabihf.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TC-armv7-unknown-linux-gnueabihf.cmake b/TC-armv7-unknown-linux-gnueabihf.cmake index 156c793c6..36df1cdfd 100644 --- a/TC-armv7-unknown-linux-gnueabihf.cmake +++ b/TC-armv7-unknown-linux-gnueabihf.cmake @@ -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++) \ No newline at end of file +set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc) \ No newline at end of file