diff options
-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}" "*")
|