Skip to content

Commit 46ed98f

Browse files
authored
fix: remove extra parentheses in CMakeLists.txt (#3195)
Signed-off-by: Jun <[email protected]>
1 parent cd2ecb9 commit 46ed98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ include(NebulaCustomTargets)
4848

4949
add_custom_target(
5050
install-all
51-
COMMAND $(MAKE) install
51+
COMMAND $MAKE install
5252
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
5353
)
5454

0 commit comments

Comments
 (0)