Skip to content

Commit 5c0b0cb

Browse files
committed
Use cxx_std_17
1 parent a19ed47 commit 5c0b0cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolcall/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ endif()
3434

3535
target_compile_definitions(${TARGET} INTERFACE LLAMA_USE_TOOLCALL)
3636
target_include_directories(${TARGET} PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
37+
target_compile_features (${TARGET} PUBLIC cxx_std_17)

0 commit comments

Comments
 (0)