Skip to content

Commit

Permalink
Merge pull request #413 from ecmwf-ifs/nabr-fix-cmake-no-development-…
Browse files Browse the repository at this point in the history
…python

CMake/python_venv: Do not request COMPONENT Development
  • Loading branch information
reuterbal authored Oct 22, 2024
2 parents 58adb24 + 6b4247b commit 899f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/python_venv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function( find_python_venv VENV_PATH PYTHON_VERSION )
set( Python3_ROOT_DIR "${VENV_PATH}" )

# Launch a new search
find_package( Python3 ${PYTHON_VERSION} COMPONENTS Interpreter Development REQUIRED )
find_package( Python3 ${PYTHON_VERSION} COMPONENTS Interpreter REQUIRED )

# Find the binary directory of the virtual environment
execute_process(
Expand Down

0 comments on commit 899f5ac

Please sign in to comment.