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

CMake: change minimum version requirement and add comments #1172

Merged
merged 2 commits into from
Jan 21, 2020
Merged

CMake: change minimum version requirement and add comments #1172

merged 2 commits into from
Jan 21, 2020

Conversation

miurahr
Copy link
Contributor

@miurahr miurahr commented Jan 17, 2020

Minimum requirement for CMake version

  • 3.13 or later for Linux and Mac OSX.
    it causes error for build with cmake 3.12 or earlier, because use package generator supported in 3.13.
  • 3.12 or later for Windows
    because Qt5.9 only support MSVC2017 which is integrated with cmake 3.12.

Signed-off-by: Hiroshi Miura [email protected]

@tamlok
Copy link
Member

tamlok commented Jan 21, 2020

Maybe I merge the prs in a wrong order. Could you please help to resolve this conflict?

@tamlok tamlok merged commit 8e75c40 into vnotex:master Jan 21, 2020
@miurahr miurahr deleted the topic-cmake-version-comments branch January 25, 2020 01:47
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.

2 participants