You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libtsm/files/libtsm-4.0.1-cmake.patch

16 lines
500 B

--- a/CMakeLists.txt 2018-10-09 19:40:23.000000000 +0200
+++ b/CMakeLists.txt 2021-03-06 17:37:02.596380373 +0100
@@ -24,12 +24,6 @@
# For feature_summary
include(FeatureSummary)
-# Extra build types
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE "Debug")
-endif()
-include(cmake/BuildTypes.cmake)
-
#---------------------------------------------------------------------------------------
# Options
#---------------------------------------------------------------------------------------