[MODULES] Order the cmake inclusions alphabetically as we're used to everywhere else.

This commit is contained in:
Hermès Bélusca-Maïto 2018-08-30 22:54:49 +02:00
parent cb979bb293
commit 1383fb0514
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -1,12 +1,12 @@
if(ENABLE_ROSTESTS)
add_subdirectory(rostests)
endif()
if(ENABLE_ROSAPPS)
add_subdirectory(rosapps)
endif()
if(ENABLE_ROSTESTS)
add_subdirectory(rostests)
endif()
if(ENABLE_WALLPAPERS)
add_subdirectory(wallpapers)
endif()