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