Skip to content

Commit

Permalink
FCKIT_VENV: make Python3 check optional if feature is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Dec 12, 2024
1 parent 7996a68 commit d09dd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d09dd2c

Please sign in to comment.