Skip to content

Commit

Permalink
update cxx standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenscroftj committed May 29, 2023
1 parent 73b6db9 commit f7eead0
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 @@ -125,7 +125,7 @@ option(GGML_OPENBLAS "ggml: use OpenBLAS"
# dependencies

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 20)

find_package(Threads REQUIRED)

Expand Down

0 comments on commit f7eead0

Please sign in to comment.