Skip to content

Commit

Permalink
CMake/python_venv: Do not request COMPONENT Development
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Oct 22, 2024
1 parent 58adb24 commit 6b4247b
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 6b4247b

Please sign in to comment.