From 6dc14a3b26036811130d5273f22b2d9338cf0931 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 20 Jan 2016 13:07:18 +0100 Subject: [PATCH] Added warning. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a4663fdb..fcc80ac8f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,9 @@ # # This is RSS Guard compilation script for CMake. # +# WARNING: This script uses file(GLOB ...) function. YOU MUST +# recompile this CMake script once any new file is added. +# # Usage: # a) DEBUG build for testing. # cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr -DUSE_QT_5=ON