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 2210257 commit cae6614Copy full SHA for cae6614
examples/server/CMakeLists.txt
@@ -3,4 +3,4 @@ set(TARGET sd-server)
3
add_executable(${TARGET} main.cpp)
4
install(TARGETS ${TARGET} RUNTIME)
5
target_link_libraries(${TARGET} PRIVATE stable-diffusion ${CMAKE_THREAD_LIBS_INIT})
6
-target_compile_features(${TARGET} PUBLIC cxx_std_11)
+target_compile_features(${TARGET} PUBLIC cxx_std_17)
0 commit comments