Skip to content

Commit

Permalink
cmake UPDATE move base ABI version
Browse files Browse the repository at this point in the history
Despite only making some parameters unused,
abi-check complained.
  • Loading branch information
michalvasko committed Jul 4, 2024
1 parent 50e3e56 commit 7f28415
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 @@ -387,7 +387,7 @@ endif()

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

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

0 comments on commit 7f28415

Please sign in to comment.