Skip to content

Commit

Permalink
Improved cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 3, 2024
1 parent 9fe1fa5 commit bd3afc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.18)

project(pgvector VERSION 0.1.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)

install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/"
DESTINATION "include/pgvector"
FILES_MATCHING
Expand Down

0 comments on commit bd3afc9

Please sign in to comment.