diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f2d12a1100..05fe56e0351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,13 +45,6 @@ include(GitHooksConfig) include(GitInfoConfig) include(NebulaCustomTargets) -add_custom_target( - install-all - COMMAND $MAKE install - WORKING_DIRECTORY ${CMAKE_BINARY_DIR} -) - - add_custom_target( clang-format COMMAND "find" "src/" "-type" "f" "\\(" "-iname" "\\*.h" "-o" "-iname" "\\*.cpp" "\\)" "|" "xargs" "clang-format" "-i"