commit | 62c84ed43e39af9f94578cd1cd2c87a7659de092 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 25 07:51:23 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 25 07:51:23 2021 +0200 |
tree | fd5833c56ea6bfa7a36817367258e2284ec253f7 | |
parent | de3c692e2c6f8f495156841f83c2ccdd3f272161 [diff] [blame] |
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