Skip to content

Commit

Permalink
fix: remove extra parentheses in CMakeLists.txt (vesoft-inc#3195)
Browse files Browse the repository at this point in the history
Signed-off-by: Jun <jun@junz.org>
  • Loading branch information
junaire committed Oct 24, 2021
1 parent cd2ecb9 commit 46ed98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include(NebulaCustomTargets)

add_custom_target(
install-all
COMMAND $(MAKE) install
COMMAND $MAKE install
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)

Expand Down

0 comments on commit 46ed98f

Please sign in to comment.