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
- The codebase uses conditional compilation to handle MSVC vs GCC/MinGW differences via `atom/macro.hpp` and standard compiler macros (`_MSC_VER`, `__GNUC__`, `__MINGW64__`).
67
+
- The build system selects appropriate flags for GCC/Clang using `cmake/CompilerOptions.cmake`.
68
+
69
+
## Troubleshooting
70
+
71
+
- OpenSSL or Zlib not found: Ensure the MSYS2 `mingw64` packages for OpenSSL and Zlib are installed. The preset sets `OPENSSL_ROOT_DIR` and `ZLIB_ROOT` to `D:/msys64/mingw64`. If your MSYS2 is installed elsewhere, set them explicitly:
0 commit comments