-
Notifications
You must be signed in to change notification settings - Fork 24
Description
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