Actions
Bug #5906
openCMAKE_MINIMUM_REQUIRED version is too low.
Start date:
09/08/2017
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I know this a just a minor issue, but I was unable to build
Wt v3.3.8 with Debian Wheezy's stock CMake package (v2.8.9).
The te-benchmark example that was added between v3.3.7 and v3.3.8 seems to be the culprit, see document:"CMake log with version 2.8.10.2 (fails)".
I tested a few newer CMake versions and came to the conclusion that v2.8.11 is now the
minimum required CMake version to build Wt v3.3.8, see document:"CMake log with version 2.8.11 (success)".
If CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
could be changed to CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11),
users with an older version will get a clear and helpful message that their CMake is outdated:
# cmake ..
CMake Error at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
CMake 2.8.11 or higher is required. You are running version 2.8.9
Thanks,
Harm.
Files
No data to display
Actions