Wireshark-commits: [Wireshark-commits] master 631fec3: CMake: Doxygen and API reference target upda
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(-)