]> git.pld-linux.org Git - packages/eigen3.git/blame - eigen3-buildtype.patch
- updated to 3.3.4
[packages/eigen3.git] / eigen3-buildtype.patch
CommitLineData
86cdc95d
JB
1--- eigen-eigen-13a11181fc5a/CMakeLists.txt.orig 2011-12-06 14:15:10.000000000 +0100
2+++ eigen-eigen-13a11181fc5a/CMakeLists.txt 2012-01-31 17:26:58.373450532 +0100
3@@ -14,13 +14,6 @@
4 set(CMAKE_BUILD_TYPE "Release")
5 endif()
6
7-string(TOLOWER "${CMAKE_BUILD_TYPE}" cmake_build_type_tolower)
8-if( NOT cmake_build_type_tolower STREQUAL "debug"
9- AND NOT cmake_build_type_tolower STREQUAL "release"
10- AND NOT cmake_build_type_tolower STREQUAL "relwithdebinfo")
11- message(FATAL_ERROR "Unknown build type \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).")
12-endif()
13-
14
15 #############################################################################
16 # retrieve version infomation #
This page took 0.194975 seconds and 4 git commands to generate.