From e50ea46c918b63498b01c8d4b520d2bef3823be4 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 5 Mar 2021 18:27:31 -0300 Subject: [PATCH] Minor change in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cb5a2cdf..e9037c633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(COMMAND cmake_policy) # CMP0046: Old behavior to silently ignore non-existent dependencies. cmake_policy(SET CMP0046 OLD) endif() -endif(COMMAND cmake_policy) +endif() if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING