We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0439287 commit 359a971Copy full SHA for 359a971
cmake/common.cmake
@@ -691,7 +691,7 @@ sleep 5
691
unset(_NBL_TMP_OUTPUT_)
692
unset(_NBL_TMP_RET_CODE_)
693
else()
694
- execute_process(COMMAND "./${_NBL_UPDATE_SUBMODULES_CMD_NAME_}.cmd")
+ execute_process(COMMAND "${_NBL_UPDATE_SUBMODULES_CMD_FILE_}")
695
endif()
696
697
execute_process(COMMAND ${CMAKE_COMMAND} -E echo "NBL_UPDATE_GIT_SUBMODULE is turned OFF therefore submodules won't get updated.")
0 commit comments