Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
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
Show more breadcrumbs
Stack Of Tasks
pinocchio
Commits
e9ad128c
Verified
Commit
e9ad128c
authored
4 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
cmake: sync submodule
parent
1b082fcd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/windows-conda.yml
+1
-1
1 addition, 1 deletion
.github/workflows/windows-conda.yml
cmake
+1
-1
1 addition, 1 deletion
cmake
unittest/CMakeLists.txt
+5
-0
5 additions, 0 deletions
unittest/CMakeLists.txt
with
7 additions
and
2 deletions
.github/workflows/windows-conda.yml
+
1
−
1
View file @
e9ad128c
...
...
@@ -58,5 +58,5 @@ jobs:
-DBUILD_WITH_URDF_SUPPORT=ON -DBUILD_PYTHON_INTERFACE=ON ^
..
cmake --build . --config Release --target install
set PATH=%PATH%;%CONDA_PREFIX%\Library\lib
set PATH=%PATH%;%CONDA_PREFIX%\Library\lib
;%CONDA_PREFIX%\Lib\site-packages\pinocchio
ctest --output-on-failure -C Release
This diff is collapsed.
Click to expand it.
cmake
@
9e21ae22
Compare
e715bf76
...
9e21ae22
Subproject commit
e715bf761e97dbcd704adecd03c28d8e195e7811
Subproject commit
9e21ae2222fdb51dccd1320bb7208f73259b0c73
This diff is collapsed.
Click to expand it.
unittest/CMakeLists.txt
+
5
−
0
View file @
e9ad128c
...
...
@@ -76,6 +76,11 @@ IF(BUILD_PYTHON_INTERFACE)
TARGET_LINK_LIBRARIES
(
test-cpp-python_parser PUBLIC
${
PYWRAP
}
)
TARGET_LINK_LIBRARIES
(
test-cpp-python_parser PUBLIC
${
PYTHON_LIBRARIES
}
)
SET
(
ENV_VARIABLES
"PYTHONPATH=
${
CMAKE_BINARY_DIR
}
/bindings/python:$ENV{PYTHONPATH}"
)
IF
(
WIN32
)
GET_FILENAME_COMPONENT
(
PYTHONHOME
${
PYTHON_EXECUTABLE
}
PATH
)
LIST
(
APPEND ENV_VARIABLES
"PYTHONHOME=
${
PYTHONHOME
}
"
)
UNSET
(
PYTHONHOME
)
ENDIF
(
WIN32
)
IF
(
APPLE
)
LIST
(
APPEND ENV_VARIABLES
"LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}"
)
LIST
(
APPEND ENV_VARIABLES
"DYLD_LIBRARY_PATH=$ENV{DYLD_LIBRARY_PATH}"
)
...
...
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