From f44083d90e7dc07be632086be7b4274a7b3100a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 9 Jul 2018 20:04:43 +0200 Subject: cmake: rename --- cmake/mrproper.cmake | 4 ++++ cmake/opentrack-clean-build-directory.cmake | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 cmake/mrproper.cmake delete mode 100644 cmake/opentrack-clean-build-directory.cmake (limited to 'cmake') diff --git a/cmake/mrproper.cmake b/cmake/mrproper.cmake new file mode 100644 index 00000000..f531a6cb --- /dev/null +++ b/cmake/mrproper.cmake @@ -0,0 +1,4 @@ +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") +include(opentrack-mrproper) + +cleanup_build_dir() diff --git a/cmake/opentrack-clean-build-directory.cmake b/cmake/opentrack-clean-build-directory.cmake deleted file mode 100644 index f531a6cb..00000000 --- a/cmake/opentrack-clean-build-directory.cmake +++ /dev/null @@ -1,4 +0,0 @@ -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") -include(opentrack-mrproper) - -cleanup_build_dir() -- cgit v1.2.3