From 82164a3b57273137f5e58b19a9bbf5e2e6567174 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Mon, 15 Oct 2018 16:00:37 +0200 Subject: [PATCH] cleaned up outdated comment. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16e4559b..43149c13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() #--- perform some checks and generate the config.h ---------------------------- -#--- the next three lines are needed that the math functions are found -------- +#--- the next two lines are needed that the math functions are found ---------- set(CMAKE_REQUIRED_INCLUDES math.h) set(CMAKE_REQUIRED_LIBRARIES m)