mixxx-2.3.0-cmake.patch 553 B

12345678910
  1. --- mixxx-2.3.0/CMakeLists.txt
  2. +++ mixxx-2.3.0/CMakeLists.txt
  3. @@ -53,8 +53,6 @@
  4. set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build." FORCE)
  5. # Set the possible values of build type for cmake-gui
  6. set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "RelWithDebInfo")
  7. - elseif(NOT CMAKE_BUILD_TYPE MATCHES "^(Debug|Release|RelWithDebInfo)$")
  8. - message(FATAL_ERROR "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} is not supported, use one of Debug, Release or RelWithDebInfo.")
  9. endif()
  10. endif()