Skip to content

Commit

Permalink
Fix clang version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Jan 25, 2023
1 parent 347eda1 commit 1873310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set (CMAKE_SYSTEM_PROCESSOR arm)
set (EMULATOR qemu-arm)

include (CMakeForceCompiler)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/clang${CLANG_SUFFIX}++ Clang)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/clang++${CLANG_SUFFIX} Clang)
CMAKE_FORCE_C_COMPILER (/usr/bin/clang${CLANG_SUFFIX} Clang)
set (CMAKE_CXX_COMPILER_WORKS TRUE)
set (CMAKE_C_COMPILER_WORKS TRUE)
Expand Down

0 comments on commit 1873310

Please sign in to comment.