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

MSVC doesn't use GNU style flags! #2

Open
wants to merge 3 commits into
base: misc-patches
Choose a base branch
from

Conversation

bobcao3
Copy link
Contributor

@bobcao3 bobcao3 commented Apr 1, 2019

@Naftoreiclag Naftoreiclag changed the base branch from master to misc-patches April 2, 2019 02:38
@Naftoreiclag
Copy link
Member

Yes, unfortunately our CMake files are still using stone-age techniques. In fact, you may have noticed that MSVC_CXX_FLAGS doesn't actually do anything at all! Writing directly to CMAKE_CXX_FLAGS was put out of use in favor of target_compile_features and add_definitions.

That being said, we'll probably end up fixing this by just removing the vestigial CMake commands completely. Will leave this pull request open for a bit in case any CMake experts want to chime in.

@Naftoreiclag Naftoreiclag added the enhancement New feature or request label Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants