Skip to content

Commit 1dbe6c3

Browse files
committed
Change header search path to private
1 parent 5cd20e4 commit 1dbe6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/imatrix/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ 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} PUBLIC ../../src)
5+
target_include_directories(${TARGET} PRIVATE ../../src)
66
target_compile_features(${TARGET} PRIVATE cxx_std_17)

0 commit comments

Comments
 (0)