Ensure compatibility with older CMake
This commit is contained in:
parent
18560593b5
commit
dce47d506d
|
@ -49,7 +49,7 @@ foreach (variable_name ${all_variables})
|
||||||
endif()
|
endif()
|
||||||
endforeach ()
|
endforeach ()
|
||||||
list(SORT PLUGINS)
|
list(SORT PLUGINS)
|
||||||
list(JOIN PLUGINS ", " PLUGINS_TEXT)
|
string(REPLACE ";" ", " PLUGINS_TEXT "${PLUGINS}")
|
||||||
|
|
||||||
message(STATUS "Configuring Dino ${PROJECT_VERSION} with plugins: ${PLUGINS_TEXT}")
|
message(STATUS "Configuring Dino ${PROJECT_VERSION} with plugins: ${PLUGINS_TEXT}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue