cmake : require c++11 instead of c++20

pull/260/head
Georgi Gerganov 2022-12-11 20:04:05 +02:00
parent e70d47baab
commit 37a93d2459
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ endif()
# dependencies
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 11)
find_package(Threads REQUIRED)