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

config: don't rely on CMAKE_CONFIGURATION_TYPES #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mathstuf
Copy link

This can be set by a user by mistake. The global property is the
trustworthy location for this information.

Also set the standard build types as options on the build type so it is
easy to switch in ccmake or cmake-gui.

This can be set by a user by mistake. The global property is the
trustworthy location for this information.

Also set the standard build types as options on the build type so it is
easy to switch in ccmake or cmake-gui.
@drdanz
Copy link
Member

drdanz commented Oct 29, 2019

Technically, this is correct, but GENERATOR_IS_MULTI_CONFIG is available only on CMake 3.9 or later, and this project still allows CMake 3.5

I'm in favour of porting this to CMake 3.12 (which is the CMake version we now require on the development branches), and accept this PR after we do that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants