We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98398c commit 54a0db1Copy full SHA for 54a0db1
1 file changed
CMakeLists.txt
@@ -352,7 +352,7 @@ gen_doc("${doxy_files}" ${LIBNETCONF2_VERSION} ${LIBNETCONF2_DESCRIPTION} "")
352
353
# generate API/ABI report
354
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
355
- lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3a7bfeb45f6d82aaf7a9c540d52a28690193b765)
+ lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311)
356
endif()
357
358
# source files to be covered by the 'format' target and a test with 'format-check' target
0 commit comments