Skip to content

Commit

Permalink
build UPDATE move base abi-check revision
Browse files Browse the repository at this point in the history
Hash table was changed, which is unlikely
to be accessed directly.
  • Loading branch information
michalvasko committed Oct 4, 2023
1 parent ccf65ea commit b42b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ gen_doc("${doxy_files}" ${LIBYANG_VERSION} ${LIBYANG_DESCRIPTION} ${project_logo

# generate API/ABI report
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} 003fa46e190930912e4d3f7b178c671c0662f671)
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} 8b787ba8edf21556c8845722587ac8036400150a)
endif()

# source code format target for Makefile
Expand Down

0 comments on commit b42b8f5

Please sign in to comment.