You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jcar87 adjusted the CMake find_package capabilities, such the config and targets work for the following:
- find_package(sqlite3mc) works
- target_link_libraries(xxx PRIVATE sqlite3mc::sqlite3mc_static)
- OR target_link_libraries(xxx PRIVATE sqlite3mc::sqlite3mc)
This is in line with current CMake convention (one may want to consider having the sqlite3mc::sqlite3mc be an alias for the static recipe if the shared one is not available).
0 commit comments