diff options
Diffstat (limited to 'net-libs/libyang/files/libyang-2.0.0-cmake.patch')
-rw-r--r-- | net-libs/libyang/files/libyang-2.0.0-cmake.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-libs/libyang/files/libyang-2.0.0-cmake.patch b/net-libs/libyang/files/libyang-2.0.0-cmake.patch deleted file mode 100644 index 09b83b3639fa..000000000000 --- a/net-libs/libyang/files/libyang-2.0.0-cmake.patch +++ /dev/null @@ -1,12 +0,0 @@ -# https://github.com/CESNET/libyang/pull/1581 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -35,8 +35,6 @@ elseif ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK") - set(CMAKE_BUILD_TYPE "ABICheck" CACHE STRING "Build Type" FORCE) - elseif ("${BUILD_TYPE_UPPER}" STREQUAL "DOCONLY") - set(CMAKE_BUILD_TYPE "DocOnly" CACHE STRING "Build Type" FORCE) --else () -- message(FATAL_ERROR "Unknown CMAKE_BUILD_TYPE \"${CMAKE_BUILD_TYPE}\".") - endif () - - # check the supported platform |