diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc96a504..6ac164d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,9 +55,9 @@ if(WIN32) enable_language(RC) endif() -add_custom_target(mrproper COMMAND - "${CMAKE_COMMAND}" -P - "${CMAKE_SOURCE_DIR}/cmake/opentrack-clean-build-directory.cmake" +add_custom_target(mrproper + COMMAND "${CMAKE_COMMAND}" -P + "${CMAKE_SOURCE_DIR}/cmake/mrproper.cmake" WORKING_DIRECTORY "${CMAKE_BINARY_DIR}") function(otr_add_subdirs) |