Hi all
There seems to be a change in a libyang enum so and app using libyang-cpp does not compile
I am getting
src/ext/libyang-cpp/src/utils/enum.hpp:224:64: error: ‘LYD_PARSE_LYB_SKIP_CTX_CHECK’ was not declared in this scope; did you mean ‘LYD_PARSE_LYB_SKIP_MODULE_CHECK’?
I am using:
FetchContent_Declare(libyang
GIT_REPOSITORY https://github.com/CESNET/libyang.git
GIT_TAG devel # libyang-cpp requires devel (v4+)
)
using libyang-cpp as a submodule
ext/libyang-cpp$ git status
HEAD detached at 1fd11bd
nothing to commit, working tree clean
Thanks in advance
Ramon