diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-20 17:06:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-20 17:06:36 +0200 |
commit | 144610bcb4fff1421471c2da38555b54a5e2b03c (patch) | |
tree | 8b8a033015f3f6948e0c6df580a60f90bfd5815a /cmake/opentrack-clean-build-directory.cmake | |
parent | 02265402956c63be27c1b1e5ac7a7ff453a138e1 (diff) |
cmake/mrproper: clarify
Diffstat (limited to 'cmake/opentrack-clean-build-directory.cmake')
-rw-r--r-- | cmake/opentrack-clean-build-directory.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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}" "*")
|