gentoo/dev-python/pivy/files/pivy-0.6.6-0001-fix-CMakeLists.txt-for-distutils_cmake.patch
Bernd Waibel fb2447cf50
dev-python/pivy: bump to 0.6.6
Closes: https://bugs.gentoo.org/780117
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/20326
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2021-04-10 15:28:52 +02:00

25 lines
703 B
Diff

From 44e8dd5b2252c7639021506202df60d6664153d7 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Sat, 10 Apr 2021 10:27:55 +0200
Subject: [PATCH] fix CMakeLists.txt for distutils_cmake
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
---
distutils_cmake/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distutils_cmake/CMakeLists.txt b/distutils_cmake/CMakeLists.txt
index 976be6a..ccc54e4 100644
--- a/distutils_cmake/CMakeLists.txt
+++ b/distutils_cmake/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
-project(pivy_cmake_setup NONE)
+project(pivy_cmake_setup)
find_package(Coin CONFIG REQUIRED)
--
2.31.1