You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: