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
message(SEND_ERROR "Could not find LibSqlCipher Include directory for Libsqlcipher_INCLUDE_DIRS, it should contain sqlcipher/sqlite3.h! Tried: \"${Libsqlcipher_INCLUDE_DIRS}\"")
std::cout << "Hint: If you get an error in the following task like \"QSQLCIPHER driver not loaded\" then check if library dependencies (e.g. libeay32.dll) are in the same folder as the test executable." << std::endl;
63
+
std::cout << "Hint: If you get an error in the following task like \"QSQLCIPHER driver not loaded\" then check if library dependencies (e.g. libssl32.dll and sqlite3.dll from SQLCipher) are in the same folder as the test executable." << std::endl;
64
64
#endif
65
65
std::cout << "Running Task 4..." << std::endl;
66
66
// Check that SQLCipher is not SQLite
@@ -75,7 +75,8 @@ int main(int argc, char *argv[])
std::cout << "Hint: The next test might trigger a segfault when SQLCipher is linked against an incompatible version of OpenSSL or comes with the broken compatibility patch for OpenSSL 1.1.x." << std::endl;
0 commit comments