From 144610bcb4fff1421471c2da38555b54a5e2b03c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 20 Sep 2016 17:06:36 +0200 Subject: cmake/mrproper: clarify --- cmake/opentrack-clean-build-directory.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/opentrack-clean-build-directory.cmake b/cmake/opentrack-clean-build-directory.cmake index db4660fb..bf79281e 100644 --- a/cmake/opentrack-clean-build-directory.cmake +++ b/cmake/opentrack-clean-build-directory.cmake @@ -11,7 +11,7 @@ function(cleanup_build_dir) set(user "$ENV{USERNAME}") if(NOT user STREQUAL "sthalik") message(WARNING "you can't run this potentially destructive function") - message(FATAL_ERROR "if you're sure, remove this line") + message(FATAL_ERROR "if you're sure, remove this line and submit a pull request") endif() file(GLOB_RECURSE files LIST_DIRECTORIES TRUE RELATIVE "${CMAKE_BINARY_DIR}" "*") -- cgit v1.2.3