Skip to content

Commit 359a971

Browse files
committed
correct updating submodules on non windows OSes
1 parent 0439287 commit 359a971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ sleep 5
691691
unset(_NBL_TMP_OUTPUT_)
692692
unset(_NBL_TMP_RET_CODE_)
693693
else()
694-
execute_process(COMMAND "./${_NBL_UPDATE_SUBMODULES_CMD_NAME_}.cmd")
694+
execute_process(COMMAND "${_NBL_UPDATE_SUBMODULES_CMD_FILE_}")
695695
endif()
696696
else()
697697
execute_process(COMMAND ${CMAKE_COMMAND} -E echo "NBL_UPDATE_GIT_SUBMODULE is turned OFF therefore submodules won't get updated.")

0 commit comments

Comments
 (0)