From 9c8a227f6a31d6ba26a2b2e018c53d2c68107eff Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Fri, 12 Oct 2018 16:30:36 +0200 Subject: [PATCH] remove accidental previous commit. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70299ee7..16e4559b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ endif() #--- perform some checks and generate the config.h ---------------------------- #--- the next three lines are needed that the math functions are found -------- -cmake_policy(SET CMP0075 NEW) set(CMAKE_REQUIRED_INCLUDES math.h) set(CMAKE_REQUIRED_LIBRARIES m)