Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
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
Guilhem Saurel
eigenpy
Commits
c367c22d
Unverified
Commit
c367c22d
authored
2 years ago
by
Justin Carpentier
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #293 from jcarpent/devel
Fix cross compilation
parents
b0f00c61
bad0cc72
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
+5
-1
5 additions, 1 deletion
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
6 additions
and
2 deletions
CMakeLists.txt
+
5
−
1
View file @
c367c22d
...
@@ -68,7 +68,11 @@ ELSE(WIN32)
...
@@ -68,7 +68,11 @@ ELSE(WIN32)
SET
(
LINK create_symlink
)
SET
(
LINK create_symlink
)
ENDIF
(
WIN32
)
ENDIF
(
WIN32
)
set
(
PYTHON_COMPONENTS Interpreter Development.Module NumPy
)
if
(
CMAKE_CROSSCOMPILING
)
set
(
PYTHON_COMPONENTS Interpreter NumPy
)
else
()
set
(
PYTHON_COMPONENTS Interpreter Development.Module NumPy
)
endif
()
FINDPYTHON
()
FINDPYTHON
()
IF
(
WIN32
)
IF
(
WIN32
)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
acedbab3
Compare
9d20c6f7
...
acedbab3
Subproject commit
9d20c6f79ef9f717ea9e8c549ec2d239b8d406a3
Subproject commit
acedbab3743d87368d6fca446d85d35ba0c3f1b8
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