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
bee5806b
Commit
bee5806b
authored
2 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
rename into MODERNIZE_TARGET_LINK_LIBRARIES
parent
f0790353
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
+6
-2
6 additions, 2 deletions
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
with
7 additions
and
3 deletions
CMakeLists.txt
+
6
−
2
View file @
bee5806b
...
@@ -203,9 +203,13 @@ TARGET_INCLUDE_DIRECTORIES(${PROJECT_NAME}
...
@@ -203,9 +203,13 @@ TARGET_INCLUDE_DIRECTORIES(${PROJECT_NAME}
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_BINARY_DIR
}
/include>
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_BINARY_DIR
}
/include>
$<INSTALL_INTERFACE:include>
)
$<INSTALL_INTERFACE:include>
)
MODERNIZE_LINK
(
${
PROJECT_NAME
}
SCOPE PUBLIC TARGETS Eigen3::Eigen INCLUDE_DIRS
${
EIGEN3_INCLUDE_DIR
}
)
MODERNIZE_TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
SCOPE PUBLIC
TARGETS Eigen3::Eigen
INCLUDE_DIRS
${
EIGEN3_INCLUDE_DIR
}
)
MODERNIZE_LINK
(
${
PROJECT_NAME
}
SCOPE PUBLIC TARGETS Python3::NumPy INCLUDE_DIRS
${
NUMPY_INCLUDE_DIR
}
)
MODERNIZE_TARGET_LINK_LIBRARIES
(
${
PROJECT_NAME
}
SCOPE PUBLIC
TARGETS Python3::NumPy
INCLUDE_DIRS
${
NUMPY_INCLUDE_DIR
}
)
TARGET_INCLUDE_DIRECTORIES
(
${
PROJECT_NAME
}
SYSTEM PRIVATE
${
PYTHON_INCLUDE_DIRS
}
)
TARGET_INCLUDE_DIRECTORIES
(
${
PROJECT_NAME
}
SYSTEM PRIVATE
${
PYTHON_INCLUDE_DIRS
}
)
IF
(
SUFFIX_SO_VERSION
)
IF
(
SUFFIX_SO_VERSION
)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
63a6aaf1
Compare
6491546e
...
63a6aaf1
Subproject commit 6
491546e5a27363f759cfd2f7bb522dcaa03b5c3
Subproject commit 6
3a6aaf17f0cc2b32fd41cfa012aabbac3cb007e
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