From fe5f3452a6cf7cbc4fb095ec7d9ecc757e049d03 Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Fri, 2 Oct 2020 09:47:44 +0200 Subject: [PATCH] Fix comment for minimum cmake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbea2c2bd..6c98c8aa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # ################################################################################# # required cmake versions -# CMAKE 3.9: CUDA support +# CMAKE 3.13: target_link_options ################################################################################# cmake_minimum_required(VERSION 3.13..3.18 FATAL_ERROR) -- GitLab