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 a19ed47 commit 5c0b0cbCopy full SHA for 5c0b0cb
toolcall/CMakeLists.txt
@@ -34,3 +34,4 @@ endif()
34
35
target_compile_definitions(${TARGET} INTERFACE LLAMA_USE_TOOLCALL)
36
target_include_directories(${TARGET} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
37
+target_compile_features (${TARGET} PUBLIC cxx_std_17)
0 commit comments