Skip to content

Clion instructions are incorrect #241

@edwardotis

Description

@edwardotis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions