Skip to content
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

cmake project :chicken and egg problem ? #6

Open
davidtazy opened this issue Apr 2, 2019 · 0 comments
Open

cmake project :chicken and egg problem ? #6

davidtazy opened this issue Apr 2, 2019 · 0 comments

Comments

@davidtazy
Copy link

if I open a CmakeLists.txt as a project,
qtcreator directly execute cmake to populate project view.

but as third parts are not fetched, cmake fail and its not possible to execute "conan build step"

my workaround is to temporarily patch my cmakelists.txt and insert return() after project()
so cmake step succeed, then i can start a build and execute "conan build step"

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

1 participant