Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify CMake order of operations #561

Merged
merged 3 commits into from
Jun 9, 2019

Conversation

jameskr97
Copy link
Member

It's important to add the source files after these options have been set, since lines executed in the "OS Specific Initialization" section affect what specific source files are included in the compilation. This commit updates that order.

It's important to add the source files after these options have been set, since lines executed in the "OS Specific Initialization" section affect what specific source files are included in the compilation. This commit updates that order.
@jameskr97 jameskr97 changed the title Modify cmake order of operations Modify CMake order of operations Jun 5, 2019
`-fcolor-diagnostics` is not universal, and will only work on Clang. This commit updates the passed compile flags depending on the compiler being used.
@poco0317 poco0317 merged commit dd8e9e0 into etternagame:develop Jun 9, 2019
@jameskr97 jameskr97 deleted the hotfix/cmake-linker branch May 24, 2020 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants