ja2_stracciatella: try to restore rust find_package()

This commit is contained in:
Jérôme Duval
2023-03-06 12:52:10 +01:00
committed by GitHub
parent 7e65b07eea
commit a817edc24b

View File

@@ -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