Skip to content

Commit

Permalink
feat: force C++17 for aarch64 build (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiab authored Oct 16, 2024
1 parent 3cba385 commit ee261aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ENDIF ()

IF (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")

IF (BUILD_WITH_CXX_17)
IF (BUILD_WITH_CXX_17 OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")

SET (CMAKE_CXX_STANDARD 17)

Expand Down

0 comments on commit ee261aa

Please sign in to comment.