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
Post a Comment