Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
Chameleon
Commits
99c1011f
Commit
99c1011f
authored
Apr 13, 2018
by
PRUVOST Florent
Browse files
try without reversing
parent
035db843
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
99c1011f
...
...
@@ -954,9 +954,9 @@ endif()
# Save extra dependencies (all required links)
list
(
APPEND CHAMELEON_DEP
${
EXTRA_LIBRARIES
}
)
# We remove duplicate dependencies ensuring that redundant libraries are placed last
list
(
REVERSE CHAMELEON_DEP
)
#
list(REVERSE CHAMELEON_DEP)
list
(
REMOVE_DUPLICATES CHAMELEON_DEP
)
list
(
REVERSE CHAMELEON_DEP
)
#
list(REVERSE CHAMELEON_DEP)
# Check for the subdirectories
# ----------------------------
...
...
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