From 0b17090231f0c5f7a74991f568d508563f2ef9c2 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 3 Jan 2025 22:00:28 +0100 Subject: CMake: Mark as deprecated --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fad4e2ff..847978df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,7 @@ list(SORT PLUGINS) string(REPLACE ";" ", " PLUGINS_TEXT "${PLUGINS}") message(STATUS "Configuring Dino ${PROJECT_VERSION} with plugins: ${PLUGINS_TEXT}") +message(WARNING "Using CMake, ./configure or make to build Dino is deprecated and will be removed before the 0.5 release. Use Meson instead.") # Prepare instal paths macro(set_path what val desc) -- cgit v1.2.3-70-g09d2