Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
anymal-rbprm
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Humanoid Path Planner
anymal-rbprm
Commits
93b8d1d1
Commit
93b8d1d1
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] sync submodule
parent
d402cbf4
No related branches found
Branches containing commit
Tags
v4.10.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-3
2 additions, 3 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
3 additions
and
4 deletions
CMakeLists.txt
+
2
−
3
View file @
93b8d1d1
...
...
@@ -18,8 +18,8 @@ FINDPYTHON()
ADD_LIBRARY
(
${
PROJECT_NAME
}
INTERFACE
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
EXPORT
${
TARGETS_EXPORT_NAME
}
DESTINATION lib
)
install
(
DIRECTORY
data/
DESTINATION share/
${
PROJECT_NAME
}
)
install
(
DIRECTORY data/ DESTINATION share/
${
PROJECT_NAME
}
)
STRING
(
REGEX REPLACE
"-"
"_"
PY_NAME
${
PROJECT_NAME
}
)
SET
(
${
PROJECT_NAME
}
_PYTHON_FILES
...
...
@@ -32,4 +32,3 @@ SET(${PROJECT_NAME}_PYTHON_FILES
FOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
PYTHON_INSTALL_ON_SITE
(
${
PY_NAME
}
${
SOURCE
}
)
ENDFOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_SOURCES
}
)
This diff is collapsed.
Click to expand it.
cmake
@
32015cb2
Compare
0ec0f542
...
32015cb2
Subproject commit
0ec0f542c02839bcbdf1faa8f5a4559dcf8632ec
Subproject commit
32015cb28d977b592227675665d17d11531ef418
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