ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 631fec3: CMake: Doxygen and API reference target upda

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Apr 2018 03:45:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=631fec3e1bdb069466da95ebfc0f0b3de5706415
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

631fec3 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Doxygen and API reference target updates.
    
    The DOXYGEN_* variables which we use to create doxygen.cfg are native
    paths and are not compatible with Cygwin. We could try to make them
    compatible, but given that we're trying to migrate away from Cygwin set
    "DOXYGEN_EXECUTABLE" to "DOXYGEN_EXECUTABLE-NOTFOUND" if "cyg" is anywhere
    in its path.
    
    Add the wsar_html* targets to "Docs" and exclude them from Visual Studio's
    default build.
    
    Change-Id: Id23a3c43a9f4f1edb2d827bbf36a3a7eb64f0212
    Reviewed-on: https://code.wireshark.org/review/27100
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f70a7bf   CMake: If we find Strawberry's xsltproc, un-find it.
    adds  631fec3   CMake: Doxygen and API reference target updates.


Summary of changes:
 CMakeLists.txt                  |  4 ++++
 cmake/modules/FindDOXYGEN.cmake | 16 +++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)