Skip to content

Commit

Permalink
abicheck UPDATE move base version
Browse files Browse the repository at this point in the history
Specific pointers were changed to void *,
cannot cause any real issues.
  • Loading branch information
michalvasko committed May 14, 2024
1 parent 898f18c commit 69d6798
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 @@ -381,7 +381,7 @@ endif()

# generate API/ABI report
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311)
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 4b8094fb04a721325c08faeaa1ebdb73e40a01bc)
endif()

# source files to be covered by the 'format' target and a test with 'format-check' target
Expand Down

0 comments on commit 69d6798

Please sign in to comment.