Skip to content

Commit cae6614

Browse files
committed
server: update
1 parent 2210257 commit cae6614

File tree

2 files changed

+607
-36
lines changed

2 files changed

+607
-36
lines changed

examples/server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set(TARGET sd-server)
33
add_executable(${TARGET} main.cpp)
44
install(TARGETS ${TARGET} RUNTIME)
55
target_link_libraries(${TARGET} PRIVATE stable-diffusion ${CMAKE_THREAD_LIBS_INIT})
6-
target_compile_features(${TARGET} PUBLIC cxx_std_11)
6+
target_compile_features(${TARGET} PUBLIC cxx_std_17)

0 commit comments

Comments
 (0)