From 6d4f6b76ce14beb6f0b43a951b331272457ed1a6 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 5 Aug 2024 17:25:01 +0300 Subject: [PATCH] Fix CMake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a84ae3e..53f12ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,6 +106,7 @@ FetchContent_Declare( libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 1ca80b0e638f6182426c5b11255069cae4fbd542 +) set(PQXX_LIBRARIES pqxx_static) FetchContent_MakeAvailable(libpqxx) target_link_libraries(${PROJECT_NAME} PRIVATE "${PQXX_LIBRARIES}")