From 1f9e3b460d628791167e05b77f30df31e42da891 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 1 Apr 2013 15:07:45 -0500 Subject: [PATCH] Fix CMake warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13688ae5fe..c281dcb0bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -249,7 +249,7 @@ endif(CMAKE_BUILD_TYPE STREQUAL Debug) if(CMAKE_BUILD_TYPE STREQUAL Release AND NOT APPLE) add_definitions(-fomit-frame-pointer) -endif(CMAKE_BUILD_TYPE STREQUAL Release) +endif() if(FASTLOG) add_definitions(-DDEBUGFAST)