Suspend sqlite3 deps.

This commit is contained in:
Robin E. R. Davies
2025-05-26 23:50:50 -04:00
parent 8b480d2e58
commit 8a5ab7a8cf
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -26,8 +26,7 @@
#include <filesystem>
#include <limits>
#include <sqlite3.h>
using namespace pipedal;
+1 -3
View File
@@ -46,7 +46,7 @@ include(FindPkgConfig)
find_package(sdbus-c++ REQUIRED)
find_package(SQLiteCpp REQUIRED)
# find_package(SQLiteCpp REQUIRED)
@@ -311,7 +311,6 @@ set (PIPEDAL_INCLUDES
${JACK_INCLUDE_DIRS} ${LILV_0_INCLUDE_DIRS}
${VST3_INCLUDES}
${WEBSOCKETPP_INCLUDE_DIRS}
${SQLite3_INCLUDE_DIRS}
.
)
@@ -322,7 +321,6 @@ set(PIPEDAL_LIBS libpipedald zip
${VST3_LIBRARIES}
${LILV_0_LIBRARIES}
# ${JACK_LIBRARIES} - pending delete for JACK support.
${SQLite3_LIBRARIES}
)