From d09dd2c0ceee651ddc472434e5922d0d4e5b0505 Mon Sep 17 00:00:00 2001 From: Ahmad Nawab Date: Thu, 12 Dec 2024 10:37:06 +0000 Subject: [PATCH] FCKIT_VENV: make Python3 check optional if feature is not enabled --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9554323..f92285f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ set( install_permissions OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_E # Discover only system install Python 3 set( Python3_FIND_VIRTUALENV STANDARD ) -find_package( Python3 COMPONENTS Interpreter REQUIRED ) +find_package( Python3 COMPONENTS Interpreter ) ecbuild_add_option( FEATURE FCKIT_VENV DEFAULT OFF