Skip to content

Commit ef309c0

Browse files
committed
Remove array_types.h from kmeans_lib sources
1 parent 0ca74f7 commit ef309c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ target_sources(kmeans_lib INTERFACE
9999
../include/flat_query.h ../include/ivf_query.h ../include/scoring.h ../include/fixed_min_queues.h
100100
../include/defs.h ../include/algorithm.h ../include/concepts.h ../include/stats.h
101101
../include/utils/timer.h ../include/utils/logging.h ../include/utils/print_types.h
102-
../include/array_types.h ../include/flat_index.h ../include/ivf_index.h
102+
../include/flat_index.h ../include/ivf_index.h
103103
)
104104

105105
target_include_directories(kmeans_lib INTERFACE

0 commit comments

Comments
 (0)