Skip to content

Commit

Permalink
Fix unit-test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Dec 12, 2024
1 parent 741b44d commit 17012bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/cmock_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ macro( clone_cmock )
find_package( Git REQUIRED )
message( "Cloning submodule CMock." )
execute_process( COMMAND rm -rf ${CMOCK_DIR}
COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${CMOCK_DIR}
COMMAND ${GIT_EXECUTABLE} submodule update --checkout --init --recursive ${CMOCK_DIR}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
RESULT_VARIABLE CMOCK_CLONE_RESULT )

Expand Down

0 comments on commit 17012bb

Please sign in to comment.