We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cmake fails when executing the step where it clones the html repository since it cannot connect to github:
=> => # Cloning into 'html'... => => # fatal: unable to connect to github.com: => => # github.com[0: 140.82.114.3]: errno=Connection timed out => => # Cloning into 'html'...
Tried the following options, same result:
GIT_CLONE=https: GIT_CLONE=git:
The text was updated successfully, but these errors were encountered:
this patch seams to fix this problem
--- ./CMake/Herc60_CreateTargets.cmake 2023-11-04 22:03:54.936550411 -0600 +++ ../Herc60_CreateTargets.cmake 2023-11-04 22:10:22.812494036 -0600 @@ -409,7 +409,7 @@ externalproject_add( html SOURCE_DIR ${PROJECT_BINARY_DIR}/html - GIT_REPOSITORY "git://github.com/hercules-390/html" + GIT_REPOSITORY "https://github.com/hercules-390/html" GIT_TAG "gh-pages" CONFIGURE_COMMAND "" # No Configure BUILD_COMMAND "" # No build
Sorry, something went wrong.
No branches or pull requests
cmake fails when executing the step where it clones the html repository since it cannot connect to github:
Tried the following options, same result:
The text was updated successfully, but these errors were encountered: