Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
solo-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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
solo-rbprm
Commits
76cbf0e6
Commit
76cbf0e6
authored
3 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
sync submodule
parent
e7be1446
No related branches found
No related tags found
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 @
76cbf0e6
...
@@ -18,8 +18,8 @@ FINDPYTHON()
...
@@ -18,8 +18,8 @@ FINDPYTHON()
ADD_LIBRARY
(
${
PROJECT_NAME
}
INTERFACE
)
ADD_LIBRARY
(
${
PROJECT_NAME
}
INTERFACE
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
EXPORT
${
TARGETS_EXPORT_NAME
}
DESTINATION lib
)
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
}
)
STRING
(
REGEX REPLACE
"-"
"_"
PY_NAME
${
PROJECT_NAME
}
)
SET
(
${
PROJECT_NAME
}
_PYTHON_FILES
SET
(
${
PROJECT_NAME
}
_PYTHON_FILES
...
@@ -31,4 +31,3 @@ SET(${PROJECT_NAME}_PYTHON_FILES
...
@@ -31,4 +31,3 @@ SET(${PROJECT_NAME}_PYTHON_FILES
FOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
FOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_FILES
}
)
PYTHON_INSTALL_ON_SITE
(
${
PY_NAME
}
${
SOURCE
}
)
PYTHON_INSTALL_ON_SITE
(
${
PY_NAME
}
${
SOURCE
}
)
ENDFOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_SOURCES
}
)
ENDFOREACH
(
SOURCE
${${
PROJECT_NAME
}
_PYTHON_SOURCES
}
)
This diff is collapsed.
Click to expand it.
cmake
@
7ad2464a
Compare
fb4c22c3
...
7ad2464a
Subproject commit
fb4c22c319ec5320f9a85527eb1a4130954846f5
Subproject commit
7ad2464a98ba78159ab0f29cdcbc716dcc0b1394
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