Skip to content

Commit

Permalink
unknown import target for sqlite3
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <[email protected]>
  • Loading branch information
Karsten1987 committed May 13, 2020
1 parent 9e9a1f6 commit 0368bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_vendor/cmake/Modules/FindSQLite3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ else()
set(SQLite3_INCLUDE_DIRS ${SQLite3_INCLUDE_DIR})
set(SQLite3_LIBRARIES ${SQLite3_LIBRARY})

add_library(SQLite::SQLite3 STATIC IMPORTED)
add_library(SQLite::SQLite3 UNKNOWN IMPORTED)
set_property(TARGET SQLite::SQLite3 PROPERTY IMPORTED_LOCATION ${SQLite3_LIBRARY})
set_property(TARGET SQLite::SQLite3 PROPERTY INCLUDE_DIRECTORIES ${SQLite3_INCLUDE_DIR})
list(APPEND SQLite3_TARGETS SQLite::SQLite3)
Expand Down

0 comments on commit 0368bf9

Please sign in to comment.