cmake: Stopped linking sqlite3, since we only need vsqlite++
the build failed Details

This commit is contained in:
tastytea 2018-10-23 01:14:26 +02:00
parent bb2a68d326
commit d387c6d8c4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ configure_file (
)
set(COMMON_LIBRARIES
${LIBXDG_BASEDIR_LIBRARIES} ${SQLITE3_LIBRARIES} vsqlitepp stdc++fs)
${LIBXDG_BASEDIR_LIBRARIES} vsqlitepp stdc++fs)
add_executable(whyblocked src/interface_text.cpp src/whyblocked.cpp)
target_link_libraries(whyblocked ${COMMON_LIBRARIES} Qt5::Core)