8000 Build failed. · Issue #16 · tspooner/rl_markets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build failed. #16

New issue

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

Open
mathczh opened this issue Apr 20, 2024 · 1 comment
Open

Build failed. #16

mathczh opened this issue Apr 20, 2024 · 1 comment

Comments

@mathczh
Copy link
mathczh commented Apr 20, 2024

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.
@vinybrasil
Copy link

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
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0