Fix CMake warning.

This commit is contained in:
Jordan Woyak 2013-04-01 15:07:45 -05:00
parent a562c7c1f6
commit 1f9e3b460d
1 changed files with 1 additions and 1 deletions

View File

@ -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)