Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
d8a1f9d2
Commit
d8a1f9d2
authored
Jul 15, 2020
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build without Python.
parent
229c5143
Pipeline
#14701
failed with stages
in 42 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
OpenFlipper
OpenFlipper
+1
-1
No files found.
CMakeLists.txt
View file @
d8a1f9d2
...
...
@@ -93,7 +93,7 @@ if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM)
endif
()
if
(
NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM
)
find_package
(
Python3 COMPONENTS Development
)
find_package
(
Python3
REQUIRED
COMPONENTS Development
)
if
(
NOT TARGET pybind11::module OR NOT TARGET pybind11::embed
)
add_subdirectory
(
OpenFlipper/libs_required/pybind11
)
...
...
OpenFlipper
@
cf1aa8e0
Compare
4a4c984c
...
cf1aa8e0
Subproject commit
4a4c984cffdddcd1c3385c4188937c160ae7e7d5
Subproject commit
cf1aa8e0ec9165c01ffa79a45d824346c9b2d0c3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment