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
bd15599c
Unverified
Commit
bd15599c
authored
2 years ago
by
Justin Carpentier
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #305 from jcarpent/devel
Sync submodule Cmake
parents
810b5d80
075bad2c
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
+3
-4
3 additions, 4 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
4 additions
and
5 deletions
CMakeLists.txt
+
3
−
4
View file @
bd15599c
...
@@ -217,11 +217,10 @@ modernize_target_link_libraries(
...
@@ -217,11 +217,10 @@ modernize_target_link_libraries(
SCOPE
SCOPE
PUBLIC
PUBLIC
TARGETS
TARGETS
Python
3
::NumPy
Python
${
PYTHON_VERSION_MAJOR
}
::NumPy
INCLUDE_DIRS
INCLUDE_DIRS
${
NUMPY_INCLUDE_DIRS
}
)
${
NUMPY_INCLUDE_DIRS
}
target_include_directories
(
${
PROJECT_NAME
}
SYSTEM
${
PYTHON_INCLUDE_DIR
}
)
PRIVATE
${
PYTHON_INCLUDE_DIRS
}
)
if
(
SUFFIX_SO_VERSION
)
if
(
SUFFIX_SO_VERSION
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
set_target_properties
(
${
PROJECT_NAME
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
a1f065dd
Compare
6c40c9d4
...
a1f065dd
Subproject commit
6c40c9d426410bb25ff511e809192b7dedb4031c
Subproject commit
a1f065dd2ddacc6455a820835d3be11fecfbe03e
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