wireshark/cmake/modules
Adrian Ratiu 49240e23b4 cmake: lemon: fix path to internal lemon tool
Wireshark fails to build when cross-compiling on Gentoo/ChromeOS
systems because the lemon command is not properly specified or
included in PATH, failing with:

/bin/sh: lemon: command not found

The relevant excerpt from build.ninja is:

COMMAND = cd ..._build/plugins/epan/mate && lemon -T.../tools/lemon/lempar.c
-d. .../plugins/epan/mate/mate_grammar.lemon

By specifying the full path to "lemon" we ensure it is
always searched and found in the correct location.
2021-08-31 19:19:05 +00:00
..
COPYING-CMAKE-SCRIPTS
CheckCLinkerFlag.cmake
FileInstall.cmake
FindAIRPCAP.cmake
FindAsciidoctor.cmake Cmake: misplaced quote in epub asciidoctor_opts 2021-08-29 11:21:54 +00:00
FindBCG729.cmake
FindBROTLI.cmake
FindCAP.cmake
FindCARES.cmake
FindChocolatey.cmake
FindDOXYGEN.cmake
FindFseeko.cmake Replace the Large File Support CMake stuff. 2021-03-22 12:11:26 +00:00
FindGCRYPT.cmake
FindGLIB2.cmake CMake: Fixup our glibconfig.h discovery. 2021-06-11 11:22:11 +00:00
FindGMODULE2.cmake
FindGNUTLS.cmake
FindGTHREAD2.cmake
FindILBC.cmake
FindKERBEROS.cmake CMake: include CheckFunctionExists in FindKERBEROS.cmake 2021-08-10 17:46:40 +02:00
FindLEX.cmake
FindLFS.cmake Replace the Large File Support CMake stuff. 2021-03-22 12:11:26 +00:00
FindLIBSSH.cmake Windows: upgrade libssh to 0.9.5 2020-12-09 22:35:25 +00:00
FindLUA.cmake
FindLZ4.cmake
FindLibXml2.cmake Windows: Update GLib to 2.66.4. 2021-06-10 03:48:28 +00:00
FindM.cmake
FindMSVC_REDIST.cmake
FindMaxMindDB.cmake
FindMinizip.cmake
FindNGHTTP2.cmake
FindNL.cmake
FindNSIS.cmake
FindOPUS.cmake
FindPCAP.cmake Merge the caputils/ and capchild/ directories 2021-03-29 06:08:02 +01:00
FindPOD.cmake CMake: Remove some unused definitions 2021-07-23 21:23:00 +01:00
FindPortableApps.cmake
FindPowerShell.cmake
FindSBC.cmake
FindSETCAP.cmake
FindSMI.cmake epan: Add SMI version 2021-05-25 20:10:37 +01:00
FindSNAPPY.cmake
FindSPANDSP.cmake CMake: Fixup SpanDSP's TIFF includes. 2021-07-14 09:10:09 -07:00
FindSparkle.cmake
FindSpeexDSP.cmake
FindSystemd.cmake
FindVLD.cmake CMake: Add ENABLE_VLD option for MSVC 2021-04-10 21:53:59 +00:00
FindWSLibrary.cmake
FindWSWinLibs.cmake
FindWiX.cmake
FindWinSparkle.cmake
FindXSLTPROC.cmake Windows: Switch from HTML Help to plain HTML. 2021-06-04 08:57:32 +00:00
FindZLIB.cmake Windows: Update GLib to 2.66.4. 2021-06-10 03:48:28 +00:00
FindZSTD.cmake
LICENSE.txt
LocatePythonModule.cmake
UseAsn2Wrs.cmake
UseCheckAPI.cmake
UseCustomIncludes.cmake
UseExecutableResources.cmake
UseLemon.cmake cmake: lemon: fix path to internal lemon tool 2021-08-31 19:19:05 +00:00
UseMakePluginReg.cmake CMake: Reduce "Generating plugin.c" noise during the build 2021-01-07 10:19:04 +00:00
UseMakeTaps.cmake
WiresharkPlugin.cmake CMake: Mark our plugin include directories PRIVATE. 2021-06-22 22:17:42 +00:00
readme.txt

readme.txt

The following modules have been copied from CMake trunk _without_ modifications:

* FindZLIB.cmake