Skip to content

Commit d6c8e3a

Browse files
committed
Lowered minimum CMake version back to 2.6.
1 parent c41ee3b commit d6c8e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.14)
1+
cmake_minimum_required (VERSION 2.6)
22
project(hnsw_lib
33
LANGUAGES CXX)
44

0 commit comments

Comments
 (0)