commit dd2ca0cd2d1b83e0b5c920ab26b9c37125c229b3
parent bfbd9deef50ac53ef07b45fee80d4d6bdd08d03c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 25 Aug 2021 10:03:54 +0200
Set CMake minimum version to 3.1
The version 2.8 is deprecated
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(scam C)
enable_testing()