Reputation: 1
Try to build cmake project (originally from qt creator) in Clion IDE. Its builded correctly.
But when i run it within Clion IDE it faild: Unable to load dependent library
Its folder path available in system (since i can run it) Its run from vscode, qt creator (there was same problem because of paths but i handle this)
I could set working directory to folder with this externall dll and its fine. The problem in other IDE happened because of mingw64 installation (adding path to mingw64 into environment)
Whats wrong with Clion environments? What i could do to do in order to understand the problem?
I think it add some mingw indtallation into environment internally and it broke execution.
Executabe setting Cmake Mingw Settings
Thanks for advise
Upvotes: 0
Views: 26