Skip to content

Commit

Permalink
Remove the useless make target (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Nov 12, 2021
1 parent 8e0028f commit a5ca6e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a5ca6e5

Please sign in to comment.