mumble/cmake
Robert Adam 7fb4708c03 BUILD(cmake, windows): Prevent definition min/max macros
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.
2021-05-13 19:46:38 +02:00
..
FindModules MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
compiler.cmake BUILD(cmake): Use big file linker option 2021-03-06 18:57:22 +01:00
install-library.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
install-paths.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
os.cmake BUILD(cmake, windows): Prevent definition min/max macros 2021-05-13 19:46:38 +02:00
pkg-utils.cmake Merge pull request #4810: MAINT: Copyright update 2021-03-02 19:31:28 +01:00
project-utils.cmake MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
qt-utils.cmake BUILD(cmake): Bundle Qt translations 2021-05-13 14:10:00 +02:00