[CMake] Chicken and egg problem with cmake_minimum_required(...), project(...), and CMAKE_SYSTEM_NAME

Hendrik Sattler post at hendrik-sattler.de
Fri May 1 08:38:15 EDT 2015



Am 1. Mai 2015 12:41:50 MESZ, schrieb David Cole via CMake <cmake at cmake.org>:
>I would strongly recommend NOT having different minimum versions for
>Linux vs. everywhere else.

I did something similar one but based on the generator.
It might makes sense when you generally want to support an older version but some cases are broken. For me it was AUTO_DEPENDS. However a new version might be problematic in combination with other things.

HS



More information about the CMake mailing list