c++ - CMake ExternalProject GIT_REPOSITORY Failed to unstash changes -


i'm trying use cmake v3.7's externalproject clone gsl git repo, it's failing error "failed unstash changes". know what's happening? doing wrong? cmake or gsl doing wrong?

externalproject_add(     gsl     git_repository https://github.com/microsoft/gsl.git     configure_command "" build_command "" install_command "" ) 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -