Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rings:0-Bootstrap
rpm
cmake_python_version.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cmake_python_version.diff of Package rpm
--- CMakeLists.txt.orig 2024-02-01 13:24:18.665660569 +0000 +++ CMakeLists.txt 2024-02-01 13:25:07.917586376 +0000 @@ -238,7 +238,11 @@ endif() list(APPEND db_backends dummy) if (ENABLE_PYTHON) - find_package(Python3 3.2 COMPONENTS Interpreter Development REQUIRED) + if (WITH_PYTHON_VERSION) + find_package(Python3 ${WITH_PYTHON_VERSION} EXACT COMPONENTS Interpreter Development REQUIRED) + else() + find_package(Python3 3.2 COMPONENTS Interpreter Development REQUIRED) + endif() endif() if (WITH_CAP)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor