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 87e4762 commit 5064ff8Copy full SHA for 5064ff8
common/CMakeLists.txt
@@ -123,6 +123,6 @@ if (LLAMA_LLGUIDANCE)
123
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} llguidance)
124
endif ()
125
126
-target_include_directories(${TARGET} PUBLIC .)
127
-target_compile_features (${TARGET} PUBLIC cxx_std_11)
+target_include_directories(${TARGET} PUBLIC . ../vendor)
+target_compile_features (${TARGET} PUBLIC cxx_std_17)
128
target_link_libraries (${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama Threads::Threads)
0 commit comments