designerror

Results 3 issues of designerror

I build latest version of `OpenSSL` using the following script: ``` > set INSTALL_PREFIX=D:\workspace\webdav-client-cpp\build > cd git clone https://github.com/openssl/openssl > cd openssl > mkdir build && cd build > perl...

**CMakeLists.txt** ``` ... include(cmake/FindCPM.cmake) CPM_AddModule("cpm-catch" GIT_REPOSITORY "https://github.com/designerror/cpm-catch") ... ``` **[cpm-catch/CMakeLists.txt](https://github.com/designerror/cpm-catch/blob/master/CMakeLists.txt#L41-46)** ``` CPM_EnsureRepoIsCurrent( TARGET_DIR ${CATCH_DIR} GIT_REPOSITORY "https://github.com/philsquared/Catch.git" GIT_TAG origin/master USE_CACHING TRUE ) ``` **CMake-GUI Log** ``` Git error for directory 'C:/Users/designerror/Documents/workspace/projects/webdav-client/build/x64/cpm-packages/modules/github_designerror_cpmcatch_origin_master/src/catch'...