CMakeLists: Remove hardcoded sqlite3 link with MSVC

This commit is contained in:
Jonas Kvinge
2023-05-01 18:01:59 +02:00
parent a7ce1d1225
commit 1e2c437a08

View File

@@ -1201,9 +1201,6 @@ endif()
if(WIN32)
target_link_libraries(strawberry_lib PRIVATE dsound dwmapi)
if(MSVC)
target_link_libraries(strawberry_lib PRIVATE sqlite3)
endif()
if(GETOPT_INCLUDE_DIRS)
target_include_directories(strawberry_lib SYSTEM PRIVATE ${GETOPT_INCLUDE_DIRS})
endif()