Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-pattern-generator
Commits
c56c5615
Commit
c56c5615
authored
Jul 21, 2020
by
Olivier Stasse
Browse files
[cmake] Fix wrong dependencies
parent
3273ed0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
c56c5615
...
...
@@ -58,7 +58,7 @@ FOREACH(plugin ${plugins})
SET_TARGET_PROPERTIES
(
${
LIBRARY_NAME
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
ENDIF
(
SUFFIX_SO_VERSION
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${${
LIBRARY_NAME
}
_deps
}
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
${${
LIBRARY_NAME
}
_
plugins_
deps
}
jrl-walkgen::jrl-walkgen sot-core::sot-core
)
IF
(
NOT LIBRARY_NAME STREQUAL
"exception-pg"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment