Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6c21c9b6 authored by hhakim's avatar hhakim
Browse files

Set/document min version of cmake needed.

3.21.0 min for the new ctest option --output-junit.
parent 6bdfdfec
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.0.2) cmake_minimum_required(VERSION 3.21.0)
set (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}") set (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}")
......
...@@ -31,6 +31,7 @@ matio own dependencies, as hdf5 and zlib. matio dependency can be disabled throu ...@@ -31,6 +31,7 @@ matio own dependencies, as hdf5 and zlib. matio dependency can be disabled throu
(there is a constraint on the gcc compiler version depending on the used Matlab version, (there is a constraint on the gcc compiler version depending on the used Matlab version,
the CMake script indicate if the match is not appropriate). the CMake script indicate if the match is not appropriate).
- libxml2 (Optional, needed with CMake ``BUILD_READ_XML_FILE``). - libxml2 (Optional, needed with CMake ``BUILD_READ_XML_FILE``).
- CMake >= 3.21.0
- TODO: other? - TODO: other?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment