From dce47d506de9cc8ebef45d9616fa4e93b2b7c5eb Mon Sep 17 00:00:00 2001 From: Marvin W Date: Wed, 18 Dec 2019 01:16:35 +0100 Subject: Ensure compatibility with older CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44350513..509a5169 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") -- cgit v1.2.3-54-g00ecf