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)