Suspend sqlite3 deps.
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@
|
|||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
||||||
#include <sqlite3.h>
|
|
||||||
|
|
||||||
|
|
||||||
using namespace pipedal;
|
using namespace pipedal;
|
||||||
|
|
||||||
|
|||||||
+1
-3
@@ -46,7 +46,7 @@ include(FindPkgConfig)
|
|||||||
|
|
||||||
find_package(sdbus-c++ REQUIRED)
|
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}
|
${JACK_INCLUDE_DIRS} ${LILV_0_INCLUDE_DIRS}
|
||||||
${VST3_INCLUDES}
|
${VST3_INCLUDES}
|
||||||
${WEBSOCKETPP_INCLUDE_DIRS}
|
${WEBSOCKETPP_INCLUDE_DIRS}
|
||||||
${SQLite3_INCLUDE_DIRS}
|
|
||||||
.
|
.
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -322,7 +321,6 @@ set(PIPEDAL_LIBS libpipedald zip
|
|||||||
${VST3_LIBRARIES}
|
${VST3_LIBRARIES}
|
||||||
${LILV_0_LIBRARIES}
|
${LILV_0_LIBRARIES}
|
||||||
# ${JACK_LIBRARIES} - pending delete for JACK support.
|
# ${JACK_LIBRARIES} - pending delete for JACK support.
|
||||||
${SQLite3_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user