Wireshark-commits: [Wireshark-commits] master 1f3849c: CMake: Clobber the top-level config.h before

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 3 Jan 2015 20:53:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f3849ce614aeae5fda742beffe5558e7c2a8b71
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1f3849c by Gerald Combs (gerald@xxxxxxxx):

    CMake: Clobber the top-level config.h before we build.
    
    If you use the same source directory for in-tree Autotools or Nmake
    builds and out-of-tree CMake builds you can end up with a conflicting
    config.h a the top of your source tree. Try to remove it in CMake before
    building our config.h
    
    Ping-Bug: 10301
    Change-Id: I7ebeb31c92022fd28cbfca05fdb6931ffa2d9cae
    Reviewed-on: https://code.wireshark.org/review/6282
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  4d3acd9   tshark: dump port number when generating SCTP, TCP or UDP conversations
    adds  1f3849c   CMake: Clobber the top-level config.h before we build.


Summary of changes:
 CMakeLists.txt |   10 ++++++++++
 1 file changed, 10 insertions(+)