Wireshark-commits: [Wireshark-commits] master-2.2 326ce4f: cmake: add dependency to build manual pa
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=326ce4f75b648091dbd1977ba0cfbb4b65eb7ead
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
326ce4f by Peter Wu (peter@xxxxxxxxxxxxx):
cmake: add dependency to build manual pages
"add_custom_command" outputs are only available as dependency in the
same directory, so create a new target such it can be used from the main
directory.
This fixes the OS X build with no parallelism (-j1).
Change-Id: I66aa5ae307be38ee715456a05fd55f55e4fa76e9
Reviewed-on: https://code.wireshark.org/review/18299
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
(cherry picked from commit c9fa9b51dea34dc5576c61c14633753b2bcc5768)
Reviewed-on: https://code.wireshark.org/review/18343
Actions performed:
from 198fdae Skype: Remove TCP heuristic dissection
adds 326ce4f cmake: add dependency to build manual pages
Summary of changes:
CMakeLists.txt | 1 +
doc/CMakeLists.txt | 5 +++++
2 files changed, 6 insertions(+)