We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2671d commit bf3ea1fCopy full SHA for bf3ea1f
examples/server/CMakeLists.txt
@@ -4,9 +4,7 @@ option(LLAMA_SERVER_SSL "Build SSL support for the server" OFF)
4
5
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
6
7
-if(MSVC)
8
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17")
9
-endif(MSVC)
+set(CMAKE_CXX_STANDARD 17)
10
11
macro(get_WIN32_WINNT version)
12
if (WIN32 AND CMAKE_SYSTEM_VERSION)
0 commit comments