mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
These macros are defined in Windows.h if the NOMINMAX macro is not set. This then causes all other uses of the terms "min" and "max" (as e.g. in std::min, std::numeric_limits<>::min, etc.) to fail, which is unacceptable. Therefore NOMINMAX is now defined globally when compiling on Windows. |
||
|---|---|---|
| .. | ||
| FindModules | ||
| compiler.cmake | ||
| install-library.cmake | ||
| install-paths.cmake | ||
| os.cmake | ||
| pkg-utils.cmake | ||
| project-utils.cmake | ||
| qt-utils.cmake | ||