Page MenuHomePhabricator

Set minimum CMake version to 2.8.8
Closed, DuplicatePublic

Description

Profit from "new" CMake features like CMAKE_CXX_COMPILER_VERSION.

Event Timeline

User kislinsk has pushed new remote branch:

bug-17423-CMake288

I just downgraded my CMake to version 2.8.8 to double-check CMAKE_CXX_COMPILER_VERSION and unfortunately it does *NOT* work. However, CMAKE_CXX_COMPILER_ID works even if this feature was documented first in version 2.8.10.

I just merged a fix for T16669 . CMake 2.8.8 is also thr required verson for ITK 4.5 . Maybe this bug can be resolved as duplicate or the description can be changed to "use new feature xxx of CMake 2.8.8"