Skip to content

Commit

Permalink
feat: make C++17 default build on aarch64 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiab authored Oct 16, 2024
1 parent 30cf705 commit 538f8f3
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 @@ -118,7 +118,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 538f8f3

Please sign in to comment.