Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asapo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joao Alvim Oliveira Dias De Almeida
asapo
Commits
ec10337d
Commit
ec10337d
authored
3 years ago
by
Sergey Yakubov
Browse files
Options
Downloads
Patches
Plain Diff
fix build with protobuf
parent
4bd86ffe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeIncludes/dependencies.cmake
+2
-0
2 additions, 0 deletions
CMakeIncludes/dependencies.cmake
with
2 additions
and
0 deletions
CMakeIncludes/dependencies.cmake
+
2
−
0
View file @
ec10337d
set
(
CMAKE_POLICY_DEFAULT_CMP0074 NEW
)
#allow use package_ROOT variable to find package
if
(
BUILD_PYTHON
)
set
(
BUILD_PYTHON_PACKAGES
""
CACHE STRING
"which python packages to build"
)
set_property
(
CACHE BUILD_PYTHON_PACKAGES PROPERTY STRINGS source rpm deb win
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment