SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
896 stars 155 forks source link

upgrade hunter to newest version (to support MSVC 2019); upgrade to Catch2 #204

Closed marciso closed 4 years ago

marciso commented 4 years ago

New hunter make use of HUNTER_TLS_VERIFY variable in cmake -- I have switched in ON.

For some reason after upgrading the hunter, I couldn't build because Catch was not found (hunter would install it but it looks like now it uses Catch2 package instead of Catch...) I figured out that CMakeLists.txt needs updating: s/Catch/Catch2/. This works for me on Windows and Linux.

aminroosta commented 4 years ago

@marciso LGMT :+1: