Mentions légales du service

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

respect order to print libraries dpendencies

parent 9fcf152c
No related branches found
No related tags found
No related merge requests found
......@@ -915,9 +915,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)
# we add chameleon's own library
set(CHAMELEON_LIBRARIES "chameleon")
......
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