From a817edc24ba6973e734a167d0673015f86f447bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 6 Mar 2023 12:52:10 +0100 Subject: [PATCH] ja2_stracciatella: try to restore rust find_package() --- .../patches/ja2_stracciatella-0.16.1.patchset | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/games-strategy/ja2_stracciatella/patches/ja2_stracciatella-0.16.1.patchset b/games-strategy/ja2_stracciatella/patches/ja2_stracciatella-0.16.1.patchset index 1e7c18842..d7e57b49e 100644 --- a/games-strategy/ja2_stracciatella/patches/ja2_stracciatella-0.16.1.patchset +++ b/games-strategy/ja2_stracciatella/patches/ja2_stracciatella-0.16.1.patchset @@ -79,28 +79,3 @@ index 582600e..6e7915e 100644 2.16.4 -From c612d890cc4e448f95b5a085b7ed0dc01d76a2b0 Mon Sep 17 00:00:00 2001 -From: robxnano <89391914+robxnano@users.noreply.github.com> -Date: Fri, 3 Mar 2023 21:34:43 +0000 -Subject: [PATCH] Remove broken and unneeded find_package checks - ---- - rust/CMakeLists.txt | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt -index f74b3c7..95294d7 100644 ---- a/rust/CMakeLists.txt -+++ b/rust/CMakeLists.txt -@@ -1,8 +1,5 @@ - cmake_minimum_required(VERSION 3.1) - --find_package(Cargo 0.9.0 REQUIRED) --find_package(Rustc 1.15.0 REQUIRED) -- - set(LIBSTRACCIATELLA_BUILD_SWITCHES "") - set(LIBSTRACCIATELLA_BUILD_TYPE "debug") - set(LIBSTRACCIATELLA_BUILD_DIR "${CMAKE_BINARY_DIR}/rust") --- -2.37.3 -