Ensure compatibility with older CMake

This commit is contained in:
Marvin W 2019-12-18 01:16:35 +01:00
parent 18560593b5
commit dce47d506d
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ foreach (variable_name ${all_variables})
endif()
endforeach ()
list(SORT PLUGINS)
list(JOIN PLUGINS ", " PLUGINS_TEXT)
string(REPLACE ";" ", " PLUGINS_TEXT "${PLUGINS}")
message(STATUS "Configuring Dino ${PROJECT_VERSION} with plugins: ${PLUGINS_TEXT}")