Skip to content

Commit 184ef70

Browse files
committed
Remove unneeded include directory
1 parent 61bb6e2 commit 184ef70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/quantize/CMakeLists.txt

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

0 commit comments

Comments
 (0)