Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

cmake: Add common include directories and fix Windows #1064

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

Xaymar
Copy link
Owner

@Xaymar Xaymar commented Sep 7, 2023

Microsoft has some very annoying #define's which break most if not all of C++ at random spots. Best disable them globally so we don't have to ever deal with them. Also the MSVC CRT warnings are completely pointless, they are just whining that we use the standard instead of their non-portable functionality.

Microsoft has some very annoying #define's which break most if not all of C++ at random spots. Best disable them globally so we don't have to ever deal with them. Also the MSVC CRT warnings are completely pointless, they are just whining that we use the standard instead of their non-portable functionality.
@Xaymar Xaymar merged commit ac307a4 into root Sep 7, 2023
5 of 8 checks passed
@Xaymar Xaymar deleted the patch/default-includes branch September 7, 2023 01:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant