File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
2626 if (BUILD_TESTING)
2727 include (FetchContent )
2828
29- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
29+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
3030 FetchContent_MakeAvailable (libpqxx)
3131
3232 add_executable (test test /halfvec_test.cpp test /main.cpp test /pqxx_test.cpp test /sparsevec_test.cpp test /vector_test.cpp )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 20)
66
77include (FetchContent )
88
9- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
9+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1010FetchContent_MakeAvailable (libpqxx)
1111
1212add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include(FetchContent)
99
1010FetchContent_Declare (cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 1.14.2)
1111FetchContent_Declare (json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP TRUE )
12- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
12+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1313FetchContent_MakeAvailable (cpr json libpqxx)
1414
1515add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 20)
77include (FetchContent )
88
99FetchContent_Declare (disco GIT_REPOSITORY https://github.com/ankane/disco-cpp.git GIT_TAG v0.1.4)
10- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
10+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1111FetchContent_MakeAvailable (disco libpqxx)
1212
1313add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include(FetchContent)
99
1010FetchContent_Declare (cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 1.14.2)
1111FetchContent_Declare (json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP TRUE )
12- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
12+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1313FetchContent_MakeAvailable (cpr json libpqxx)
1414
1515add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 20)
66
77include (FetchContent )
88
9- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
9+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1010FetchContent_MakeAvailable (libpqxx)
1111
1212add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include(FetchContent)
99
1010FetchContent_Declare (cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 1.14.2)
1111FetchContent_Declare (json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP TRUE )
12- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
12+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1313FetchContent_MakeAvailable (cpr json libpqxx)
1414
1515add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ find_package(Boost COMPONENTS iostreams serialization REQUIRED)
99
1010include (FetchContent )
1111
12- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
12+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1313FetchContent_MakeAvailable (libpqxx)
1414
1515add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include(FetchContent)
99
1010FetchContent_Declare (cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 1.14.2)
1111FetchContent_Declare (json URL https://github.com/nlohmann/json/releases/download/v3.12.0/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP TRUE )
12- FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.0 )
12+ FetchContent_Declare (libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 8.0.1 )
1313FetchContent_MakeAvailable (cpr json libpqxx)
1414
1515add_subdirectory ("${PROJECT_SOURCE_DIR} /../.." pgvector )
You can’t perform that action at this time.
0 commit comments