Re: [CMake] externalproject fails on submodule

2019-07-08 Thread hex
there was a merge conflict on the submodule. Fixing the issue resolved the problem. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more informat

[CMake] externalproject fails on submodule

2019-07-08 Thread hex
hello CMake community, I am using a private git repository with SSH URL with two different git remote server. The repository on github is using an git submodule on bitbucket. /include( ExternalProject )// // //ExternalProject_Add(test// //    GIT_REPOSITORY g...@github.com:myuser/myprivater