mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
improved: make clean-cmake to remove temporary files
This commit is contained in:
parent
e065d26953
commit
420fc92fa1
@ -125,12 +125,12 @@ endif()
|
|||||||
|
|
||||||
MESSAGE("\n\n
|
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
|
It is a good idea to purge your build directory of CMake
|
||||||
generated cache files
|
generated cache files
|
||||||
*******************************************************************
|
*******************************************************************
|
||||||
")
|
")
|
||||||
add_custom_target(clean-cmake-files
|
add_custom_target(clean-cmake
|
||||||
COMMAND ${CMAKE_COMMAND} -P ${g3log_SOURCE_DIR}/CleanAll.cmake
|
COMMAND ${CMAKE_COMMAND} -P ${g3log_SOURCE_DIR}/CleanAll.cmake
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user