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
# make the sqlite3 library part of the interface of the SQLiteCpp wrapper itself (the client app does not need to link to sqlite3)
180
-
# PR https://github.com/SRombauts/SQLiteCpp/pull/111 "linked SQLiteCpp to sqlite3" commented out since it breacks install step from PR #118
180
+
# PR https://github.com/SRombauts/SQLiteCpp/pull/111 "linked SQLiteCpp to sqlite3" commented out since it breaks install step from PR #118
181
181
#target_link_libraries(SQLiteCpp PUBLIC sqlite3)
182
182
183
183
if (UNIXAND (CMAKE_COMPILER_IS_GNUCXX OR${CMAKE_CXX_COMPILER_ID}STREQUAL"Clang"))
0 commit comments