URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c643cbfb8184a9d2faa888e7210185dab265c5c9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c643cbf by Gerald Combs (gerald@xxxxxxxxxxxxx):
Run abicheck commands at compile time.
The CMake dumpbabi targets collectively copy over 800 files. Do
that when when we build the actual targets instead of at configure
time. Hopefully this will speed up initial CMake runs.
Change-Id: I6e4d691e24c73ea05d638a0f897f570541c84e38
Reviewed-on: https://code.wireshark.org/review/10052
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 8d1a549 [Automatic update for 2015-08-16]
adds c643cbf Run abicheck commands at compile time.
Summary of changes:
cmake/modules/UseABICheck.cmake | 12 ++++++---
epan/CMakeLists.txt | 54 +++++++++++++++++++--------------------
wiretap/CMakeLists.txt | 7 +++--
wsutil/CMakeLists.txt | 7 +++--
4 files changed, 46 insertions(+), 34 deletions(-)