Skip to content

Commit

Permalink
feat: force C++17 build for aarch64 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiab authored Oct 16, 2024
1 parent 6593d8d commit 14502df
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 @@ -135,7 +135,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 14502df

Please sign in to comment.