sort contrib libraries before include them
This commit is contained in:
parent
85d513abe6
commit
5e12794467
|
@ -1,4 +1,5 @@
|
|||
file(GLOB CONTRIBS ${PROJECT_SOURCE_DIR}/contrib/*/CMakeLists.txt)
|
||||
list(SORT CONTRIBS)
|
||||
foreach(contrib ${CONTRIBS})
|
||||
include(${contrib})
|
||||
endforeach()
|
||||
|
|
Loading…
Reference in New Issue