Skip to content

Commit c39743c

Browse files
committed
Make server ui better
1 parent d9de0a5 commit c39743c

File tree

3 files changed

+927
-269
lines changed

3 files changed

+927
-269
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)