Config deps
Provide some options to configure remote dependencies.
Solves #6 (closed)
Edited by Vladimir Onoprienko
Merge request reports
Activity
requested review from @emortikov
assigned to @vonopr
added 1 commit
- bc2734c3 - Add cmake cache variables to configure remote deps
Now CMakeCache.txt contains following lines
//Specify the branch name, tag name or commit hash of the downloaded // 'explelibx-common' dependency; used if DOWNLOAD_DEPS enabled COMMON_LIB_TAG:STRING=e45b60782a6414125c7300d9b7a77d34a8404d6e //Git repository URL of the downloaded 'explelibx-common' dependency; // used if DOWNLOAD_DEPS enabled COMMON_LIB_URL:STRING=http://tesla.parallel.ru/vonopr/explelibx-common.git
and lines with GRID_LIB_TAG and GRID_LIB_URL as well
Waiting for #7 (closed)
added status: on hold label
removed status: on hold label
added 3 commits
-
bc2734c3...ac552c6a - 2 commits from branch
main
- 537ff20a - Add cmake cache variables to configure remote deps
-
bc2734c3...ac552c6a - 2 commits from branch
mentioned in issue #6 (closed)
Please register or sign in to reply