Skip to content

Commit

Permalink
cmake UPDATE move base ABI version
Browse files Browse the repository at this point in the history
uint64_t replaced a void * which makes
a difference only on 32b architectures
where it was already broken before so
no additional incompatibilities were
introduced.
  • Loading branch information
michalvasko committed Jun 13, 2024
1 parent 708a8bf commit 9875069
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 @@ -471,7 +471,7 @@ endif()

# generate API/ABI report
if("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} dae82c1a652bdca0074544c62469a7f51d92c5e8)
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} 708a8bfad983a4095c8d4dc537a9d2a1d5ca65c5)
endif()

# source code format target for Makefile
Expand Down

0 comments on commit 9875069

Please sign in to comment.