From e92afab18ee1f85488ecae861ecc2ddc4c4149b6 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 22 Mar 2023 08:14:06 -0500 Subject: [PATCH] CLI: Remove python dependency Python is no longer used for generating any CLI files Change-Id: I70dff5d86df9a179f99b32630dada9e92391eaaa Signed-off-by: Galantsev, Dmitrii --- amdsmi_cli/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/amdsmi_cli/CMakeLists.txt b/amdsmi_cli/CMakeLists.txt index 62a5beaf2d..5abe1e4599 100644 --- a/amdsmi_cli/CMakeLists.txt +++ b/amdsmi_cli/CMakeLists.txt @@ -9,8 +9,6 @@ set(PY_CLI_INSTALL_DIR "${CMAKE_INSTALL_LIBEXECDIR}" CACHE STRING "CLI tool installation directory") -find_package(Python3 3.6 COMPONENTS Interpreter Development REQUIRED) - # hard-linking instead of copying avoids unnecessarry regeneration of packaged files add_custom_command( OUTPUT ${PY_PACKAGE_DIR}/__init__.py