From 420fc92fa1d642116543e1127f56a9dbee3d9d6d Mon Sep 17 00:00:00 2001 From: Kjell Hedstrom Date: Mon, 31 Aug 2015 21:12:11 -0600 Subject: [PATCH] improved: make clean-cmake to remove temporary files --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4bc132..9b39260 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,12 +125,12 @@ endif() MESSAGE("\n\n ******************************************************************* - Please do 'make clean-cmake-files' before next cmake generation. + Please do 'make clean-cmake' before next cmake generation. It is a good idea to purge your build directory of CMake generated cache files ******************************************************************* ") -add_custom_target(clean-cmake-files +add_custom_target(clean-cmake COMMAND ${CMAKE_COMMAND} -P ${g3log_SOURCE_DIR}/CleanAll.cmake )