Skip to content

Commit 5064ff8

Browse files
ikawrakowIwan Kawrakow
andauthored
Remove stb_image.h copy in common - it is now in vendor (ikawrakow#801)
Co-authored-by: Iwan Kawrakow <[email protected]>
1 parent 87e4762 commit 5064ff8

File tree

2 files changed

+2
-8398
lines changed

2 files changed

+2
-8398
lines changed

common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ if (LLAMA_LLGUIDANCE)
123123
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} llguidance)
124124
endif ()
125125

126-
target_include_directories(${TARGET} PUBLIC .)
127-
target_compile_features (${TARGET} PUBLIC cxx_std_11)
126+
target_include_directories(${TARGET} PUBLIC . ../vendor)
127+
target_compile_features (${TARGET} PUBLIC cxx_std_17)
128128
target_link_libraries (${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama Threads::Threads)

0 commit comments

Comments
 (0)