Skip to content

Commit a4166a8

Browse files
committed
Remove unnecessary include directory
1 parent 23ecca8 commit a4166a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/imatrix/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ set(TARGET llama-imatrix)
22
add_executable(${TARGET} imatrix.cpp)
33
install(TARGETS ${TARGET} RUNTIME)
44
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
5-
target_include_directories(${TARGET} PRIVATE ../../src)
65
target_compile_features(${TARGET} PRIVATE cxx_std_17)

0 commit comments

Comments
 (0)