Hi, I follow the libnetconf2 installation steps, But when I run the python3 backend/, an error 'cannot find netconf2'
$ git clone -b devel https://github.com/CESNET/libnetconf2
$ mkdir -p libnetconf2/build && cd libnetconf2/build
$ cmake -DENABLE_PYTHON=ON ..
This option 'ENABLE_PYTHON' is not available in the CMakeLists.txt. so netconf2 is not compiled.
I want to know how to solve it, thanks!