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
However, it's also not possible to configure clion either.
***@eoj-vm:~/dev/unit_test$ bii configure -G "clion"
INFO: Processing changes...
WARN: Changed CMake generator, regenerating project
Running: "cmake" -G "clion" -Wno-dev ../cmake
CMake Error: Could not create named generator clion
I've tried to init the unit_test example with clion.
However, after doing that, the bii find command fails to resolve dependencies.
***@eoj-vm:~/dev/unit_test$ bii find
INFO: Processing changes...
INFO: No deps to find on server
What are proper steps to get the basic unit_test example working with clion?
Thanks,
Ed
The text was updated successfully, but these errors were encountered:
Hello,
http://docs.biicode.com/c++/integration/ides.html#clion
Instructions say to run init inside an existing project. This is wrong:
******@eoj-vm:~/dev/unit_test$ bii init unit_test -l=clion
ERROR: Cannot create project inside other project
However, it's also not possible to configure clion either.
***@eoj-vm:~/dev/unit_test$ bii configure -G "clion"
INFO: Processing changes...
WARN: Changed CMake generator, regenerating project
Running: "cmake" -G "clion" -Wno-dev ../cmake
CMake Error: Could not create named generator clion
I've tried to init the unit_test example with clion.
However, after doing that, the bii find command fails to resolve dependencies.
***@eoj-vm:~/dev/unit_test$ bii find
INFO: Processing changes...
INFO: No deps to find on server
What are proper steps to get the basic unit_test example working with clion?
Thanks,
Ed
The text was updated successfully, but these errors were encountered: