mirror of https://github.com/google/gemma.cpp.git
Also add CMAKE_CXX_STANDARD in examples' CMake files
PiperOrigin-RevId: 772454497
This commit is contained in:
parent
cd80d8b24d
commit
d342e4e7d4
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(hello_world)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
include(FetchContent)
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(simplified_gemma)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
include(FetchContent)
|
||||
|
|
|
|||
Loading…
Reference in New Issue