8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the build, the command error shows:
'/usr/bin/cmake' '-P' '~/zhc/Documents/rl4trading/original_rl_market/rl_markets/build/ext/catch/tmp/catch-gitclone.cmake'
and the log shows:
Cloning into `catch`... fatal: invalid reference master.
The text was updated successfully, but these errors were encountered:
The Catch git is redirecting now to the catch2 project and changing the CMakeLists.txt file this way solved the problem of downloading the package:
ExternalProject_Add( catch2 PREFIX ${CMAKE_BINARY_DIR}/ext/catch2 GIT_REPOSITORY git@github.com:catchorg/Catch2.git GIT_TAG devel TIMEOUT 10 UPDATE_COMMAND ${GIT_EXECUTABLE} pull CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "" LOG_DOWNLOAD ON )
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
When I run the build, the command error shows:
and the log shows:
The text was updated successfully, but these errors were encountered: