issues
search
SRombauts
/
SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k
stars
510
forks
source link
Update usage of SQLITECPP_USE_STATIC_RUNTIME
#438
Closed
SRombauts
closed
1 year ago
SRombauts
commented
1 year ago
Replace the set() of "/MT" to REPLACE "/MD" "/MT" inspired from Zlib licensed glfw
https://github.com/glfw/glfw/blob/master/CMakeLists.txt
Don't set SQLITECPP_USE_STATIC_RUNTIME by default when building with unit tests. Use gtest_force_shared_crt to force googletest to link against the default dynamic C++ runtime
Relates to #417
Relates to #417