From 6991960a8b0bacc87c2c5183c2098e606bf5d72d Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 25 Jun 2014 19:12:26 +0200 Subject: Remove cmovie support --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f3115a3..a3a04c0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,9 +35,6 @@ IF("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g") ENDIF() -# Add definitions. -ADD_DEFINITIONS(-DUSE_PRECISE_CMOVIE) - # Add standard math library SET(LIBS ${LIBS} m) -- cgit v1.2.3