Commit e98029f9 authored by jan.koester's avatar jan.koester
Browse files

test

parent 56504e9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ if(${PostgreSQL_FOUND})
   endif()
endif()

find_package(SQLite3 REQUIRED)
find_package(SQLite3 )
    if(${SQLite3_FOUND})
        if(NOT TARGET SQLite3::sqlite3)
            add_library(SQLite3::sqlite3 SHARED IMPORTED)