Skip to content

[FIX] Use Cpp20 Git tag for LEMON#2129

Open
philippremy wants to merge 1 commit into
alicevision:developfrom
philippremy:fixes/lemon-git-tag
Open

[FIX] Use Cpp20 Git tag for LEMON#2129
philippremy wants to merge 1 commit into
alicevision:developfrom
philippremy:fixes/lemon-git-tag

Conversation

@philippremy

Copy link
Copy Markdown
Contributor

A small fix which I regularly encounter when rebuilding with dependencies:

CMake is unable to checkout this specific commit and there is a proper release/tag for C++20 support. This is a regression introduced by specifying GIT_SHALLOW in ExternalProject_Add, which removes the option to specify a commit hash in GIT_TAG (see the docs).

Commit alicevision/lemon@8885b9a will be missing though... so either we don't need this or we should create a new release/tag/branch with this specific commit over at LEMON.

Fixes a small issue where CMake/Git is unable to checkout a specific commit. Use the Cpp20 release/tag specifically.
@servantftransperfect

Copy link
Copy Markdown
Contributor

Lemon is currently under maintenance and a new version should be available soon with reduced warnings for c++20 and modern cmake.

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

Successfully merging this pull request may close these issues.

2 participants