From: Martin Quinson Date: Wed, 15 Mar 2023 21:55:45 +0000 (+0100) Subject: Document a future cleanup to do when we bump cmake version X-Git-Tag: v3.34~325 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/da6051bfc091cefa877f5ff94cce3b4eb0e913d1 Document a future cleanup to do when we bump cmake version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a33b010c2..f080a36683 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ set(libsimgrid_version "${release_version}") # Basic checks on cmake cmake_minimum_required(VERSION 3.12) # once we move CMake to >= 3.13, we should use target_link_option in examples/sthread +# once we move CMake to >= 3.13.1, we could get rid of _Boost_STACKTRACE_BACKTRACE_HEADERS message(STATUS "Cmake version ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_HOME_DIRECTORY}/tools/cmake/Modules)