cleaned up outdated comment.

This commit is contained in:
suter_a 2018-10-15 16:00:37 +02:00
parent 9c8a227f6a
commit 82164a3b57

View File

@ -28,7 +28,7 @@ endif()
#--- perform some checks and generate the config.h ---------------------------- #--- 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_INCLUDES math.h)
set(CMAKE_REQUIRED_LIBRARIES m) set(CMAKE_REQUIRED_LIBRARIES m)