We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
use cmake with 2.8.9 < version < 3
centos 7, Cmake 2.9.13
Regards, Rafał
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In most of CMakeLists.txt files, I can find following lines, which may be misleading.
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ł
The text was updated successfully, but these errors were encountered: