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

[MINOR] Misleading minimum required version of CMake #655

Closed
rszwedowski opened this issue Dec 20, 2017 · 0 comments
Closed

[MINOR] Misleading minimum required version of CMake #655

rszwedowski opened this issue Dec 20, 2017 · 0 comments
Labels

Comments

@rszwedowski
Copy link

In most of CMakeLists.txt files, I can find following lines, which may be misleading.

cmake_minimum_required(VERSION 2.8.9)
cmake_policy(SET CMP0048 NEW)

Polices are available in CMake version > 3

Steps to Reproduce

use cmake with 2.8.9 < version < 3

System Information

centos 7, Cmake 2.9.13

Regards,
Rafał

@ghost ghost added the bug label Jan 2, 2018
@ghost ghost closed this as completed in #672 Jan 27, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant