Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99c1011f authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

try without reversing

parent 035db843
No related branches found
No related tags found
No related merge requests found
......@@ -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
# ----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment