Skip to content

Commit

Permalink
fs_sqlite is only an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Apr 3, 2018
1 parent 26cfa4f commit 95d91a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FlexibleSUSYOptionalPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function(find_sqlite)
if(SQLITE3_FOUND)
add_library(fs_sqlite INTERFACE)
target_include_directories(fs_sqlite INTERFACE ${SQLITE3_INCLUDE_DIRS})
target_link_libraries(fs_sqlite PUBLIC ${SQLITE3_LIBRARIES})
target_link_libraries(fs_sqlite INTERFACE ${SQLITE3_LIBRARIES})
add_library(SQLite3::SQLite3 ALIAS fs_sqlite)
fs_package_status_message("Enabling use of SQLite3")
endif()
Expand Down

0 comments on commit 95d91a0

Please sign in to comment.