Wireshark-commits: [Wireshark-commits] master 956f442: When doing the distcheck cmake check only ve

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 5 Aug 2014 19:47:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=956f4423df447f2e7c0f9691ba9928f104d79820
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

956f442 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    When doing the distcheck cmake check only verify that cmake runs, don't verify
    that it can build Wireshark.
    
    The purpose of the cmake check is to ensure we are distributing all the of
    necessary cmake files.  We don't want to get into the business of giving cmake
    all the options required to actually build Wireshark (e.g., which version of
    Qt is installed and where).
    
    This also means that distcheck doesn't compile Wireshark twice.
    
    Change-Id: I62f5c42df7c710f7695bd020b0dda80e54435829
    Reviewed-on: https://code.wireshark.org/review/3432
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  81134a8   fix a warning with gcc 4.7.2 on linux
    adds  956f442   When doing the distcheck cmake check only verify that cmake runs, don't verify that it can build Wireshark.


Summary of changes:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)