build REFACTOR abi-check target improvements
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36469b1..fcbaabb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,7 +362,7 @@
 
 # generate API/ABI report
 if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
-    libyang_abicheck()
+    lib_abi_check(yang ${LIBYANG_SOVERSION_FULL} b45499b88104d43979f3e2e2a1cf8eba686f8585)
 endif()
 
 # source code format target for Makefile