diff --git a/cmake/external/protobuf.cmake b/cmake/external/protobuf.cmake index c6f3eb23e38d6ed9bd26704ea7e048451eb8ad8d..8e18bc49442a2da5338bfe89ab4ba6a2adaa8864 100755 --- a/cmake/external/protobuf.cmake +++ b/cmake/external/protobuf.cmake @@ -242,8 +242,6 @@ function(build_protobuf TARGET_NAME BUILD_FOR_HOST) set(PROTOBUF_REPOSITORY ${GIT_URL}/protocolbuffers/protobuf.git) # Change the tag to support building with vs2019 set(PROTOBUF_TAG 01a05a53f40ca2ac5f0af10c6cc0810bee39b792) - execute_process(COMMAND cd ${SOURCE_DIR} && git checkout - 01a05a53f40ca2ac5f0af10c6cc0810bee39b792) else() if(WITH_PSLIB) set(PROTOBUF_REPOSITORY "https://github.com/google/protobuf.git")