This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Circular reference to CLI11 directory #98
Unanswered
InscrutableJack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hmm, interesting... Can you provide a bit more detailed steps to reproduce? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Opting for discussion rather than an issue as this is likely use-case related.
I'm trying to setup the project as a remote build in CLion, but pcloud-console-client\external\CLI11\tests\mesonTest\subprojects\CL11 links back to the parent CLI11 in the path. When CLion walks the directories to load the CMake project, it infinitely recurses.
I may be able to ignore that link, but I wanted to confirm it's intentionally there, or if not, call your attention to it.
Beta Was this translation helpful? Give feedback.
All reactions