build: bump minimum CMake version to CMake 3.13
parent
7060cb1387
commit
3a356f4680
|
@ -33,7 +33,7 @@ Changes from ns-3.40 to ns-3-dev
|
|||
* In preparation to enable C++20, the following actions have been taken due to compiler issues:
|
||||
* Precompiled headers have been disabled in GCC versions >= 12.2.
|
||||
* The `restrict` warning has been disabled in GCC versions 12.1-12.3.1.
|
||||
* Raised minimum CMake version to 3.12.
|
||||
* Raised minimum CMake version to 3.13.
|
||||
* Raised minimum C++ version to C++20.
|
||||
|
||||
### Changed behavior
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ##############################################################################
|
||||
# Required CMake version #
|
||||
# ##############################################################################
|
||||
cmake_minimum_required(VERSION 3.12..3.12)
|
||||
cmake_minimum_required(VERSION 3.13..3.13)
|
||||
|
||||
# ##############################################################################
|
||||
# Project name #
|
||||
|
|
Loading…
Reference in New Issue