cmake find_program examples

Signatures

find_program (
  <VAR>
  name | NAMES name1 [name2 ...] [NAMES_PER_DIR]
  [HINTS [path | ENV var]...]
  [PATHS [path | ENV var]...]
  [REGISTRY_VIEW (64|32|64_32|32_64|HOST|TARGET|BOTH)]
  [PATH_SUFFIXES suffix1 [suffix2 ...]]
  [VALIDATOR function]
  [DOC "cache documentation string"]
  [NO_CACHE]
  [REQUIRED|OPTIONAL]
  [NO_DEFAULT_PATH]
  [NO_PACKAGE_ROOT_PATH]
  [NO_CMAKE_PATH]
  [NO_CMAKE_ENVIRONMENT_PATH]
  [NO_SYSTEM_ENVIRONMENT_PATH]
  [NO_CMAKE_SYSTEM_PATH]
  [NO_CMAKE_INSTALL_PREFIX]
  [CMAKE_FIND_ROOT_PATH_BOTH |
  ONLY_CMAKE_FIND_ROOT_PATH |
  NO_CMAKE_FIND_ROOT_PATH]
)

Examples

u3d-community/U3D cmake/Modules/FindODBC.cmake :39

find_program (ODBC_CONFIG NAMES odbc_config iodbc-config DOC "ODBC config tool" NO_CMAKE_FIND_ROOT_PATH)

AcademySoftwareFoundation/Imath cmake/FindSphinx.cmake :5

find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build
             DOC "Path to sphinx-build executable")

novelrt/NovelRT cmake/NovelRTBuildSystem.cmake :66

find_program(NovelRTBuildSystem_clangTidy NAMES clang-tidy DOC "Location of clang-tidy used in debug builds.")

urho3d/urho3d cmake/Modules/FindWayland.cmake :22

find_program (WAYLAND_SCANNER NAMES wayland-scanner DOC "Wayland scanner host tool")

alicevision/AliceVision src/cmake/FindSphinx.cmake :1

FIND_PROGRAM(SPHINX_EXECUTABLE NAMES sphinx-build
    HINTS
    $ENV{SPHINX_DIR}
    PATH_SUFFIXES bin
    DOC "Sphinx documentation generator"
)

kcat/openal-soft CMakeLists.txt :1688

find_program(SED_EXECUTABLE NAMES sed DOC "sed executable")

fzi-forschungszentrum-informatik/gpu-voxels icmaker/CMakeModules/FindOpenRAVE.cmake :38

find_program(_OpenRAVE_CONFIG_EXECUTABLE NAMES ${_OpenRAVE_CONFIG_NAME} DOC "openrave executable")

cnr-isti-vclab/meshlab unsupported/plugins_unsupported/external/CoMISo/cmake/FindMPI.cmake :490

find_program(MPIEXEC
  NAMES ${_MPI_EXEC_NAMES}
  PATHS ${_MPI_PREFIX_PATH}
  PATH_SUFFIXES bin
  DOC "Executable for running MPI programs.")

bmwcarit/ramses cmake/modules/FindSphinx.cmake :10

find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build
             DOC "Path to sphinx-build executable")

eclipse-ecal/ecal doc/FindSphinx.cmake :1

find_program(SPHINX_EXECUTABLE NAMES sphinx-build
    HINTS
    $ENV{SPHINX_DIR}
    PATH_SUFFIXES bin
    DOC "Sphinx documentation generator"
)

Ipotrick/Daxa cmake/toolchains/vcvars.cmake :31

find_program(VCVARSALL_PATH NAMES vcvars64.bat vcvarsamd64.bat
        DOC "Visual Studio vcvarsamd64.bat"
        PATHS ${VS_INSTALLER_PATHS}
    )

ANTsX/ANTs SuperBuild/External_KWStyle.cmake :81

find_program(${extProjName}_EXE ${extProjName} DOC "Path of ${extProjName} program")

ThePhD/sol2 cmake/Packages/FindSphinx.cmake :26

find_program(Sphinx_Build_EXECUTABLE NAMES sphinx-build DOC "Path to sphinx-build executable")

pnnl/SHAD cmake/FindSLURM.cmake :2

find_program(SLURM_SALLOC_COMMAND salloc DOC "Path to the SLURM salloc executable")

shapelets/khiva cmake/FindSphinx.cmake :7

find_program(SPHINX_EXECUTABLE NAMES sphinx-build
    HINTS
    $ENV{SPHINX_DIR}
    PATH_SUFFIXES bin
    DOC "Sphinx documentation generator"
)

erleben/OpenTissue cmake/FindCg.cmake :33

FIND_PROGRAM(CG_COMPILER cgc
    /usr/bin
    /usr/local/bin
    DOC "The Cg compiler"
    )

nojhan/paradiseo cmake/Target.cmake :134

find_program(LCOV
        NAMES lcov
        PATHS
        "/usr/local/bin /usr/bin [HKEY_LOCAL_MACHINE\\SOFTWARE\\Rational Software\\Purify\\Setup;InstallFolder] [HKEY_CURRENT_USER\\Software]"
        DOC "Path to the memory checking command, used for memory error detection.")

mangosArchives/serverZero_Rel19 cmake/FindGit.cmake :36

find_program(GIT_EXECUTABLE
  NAMES ${git_names}
  DOC "git command line client"
  )

gnss-sdr/gnss-sdr CMakeLists.txt :3636

find_program(
            CLANG_TIDY_EXE
            NAMES "clang-tidy"
            DOC "Path to clang-tidy executable"
        )

ByConity/ByConity cmake/Modules/FindgRPC.cmake :288

find_program(gRPC_CPP_PLUGIN
             NAMES grpc_cpp_plugin
             DOC "The plugin for generating gRPC client and server C++ stubs from `.proto` files")

CppMicroServices/CppMicroServices doc/CMakeLists.txt :20

find_program(SPHINX_EXECUTABLE
  NAMES sphinx-build
  DOC "Sphinx Documentation Builder (sphinx-doc.org)"
  )

psi4/psi4 tests/CMakeLists.txt :165

find_program(DFTD3_EXECUTABLE
             NAMES s-dftd3
             DOC "Path to Grimme's dftd3 executable")

LLNL/Caliper cmake/FindSphinx.cmake :11

find_program(SPHINX_EXECUTABLE 
  NAMES sphinx-build sphinx-build2
  HINTS
  $ENV{SPHINX_DIR}
  PATH_SUFFIXES bin
  DOC "Sphinx documentation generator")

RenderKit/ospray cmake/compiler/ispc.cmake :23

find_program(ISPC_EXECUTABLE ispc HINTS ${ISPC_DIR_HINT} DOC "Path to the ISPC executable.")

NVIDIA/MatX cmake/FindSphinx.cmake :34

find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build
             DOC "Path to sphinx-build executable")

TheAssemblyArmada/Thyme cmake/modules/FindClangFormat.cmake :1

find_program(CLANG_FORMAT_EXECUTABLE
             NAMES clang-format-10
                   clang-format-9
                   clang-format
             DOC "clang-format executable")

Autodesk/Aurora Scripts/cmake/modules/FindSlang.cmake :17

find_program(DXC_LIBRARY
        dxc
        DOC "Path to DXC executable"
    )

OpenMW/openmw cmake/FindSphinx.cmake :19

find_program(Sphinx_EXECUTABLE
    NAMES ${_sphinx_names}
    PATHS
        /usr/bin
        /usr/local/bin
        /opt/local/bin
    DOC "Sphinx documentation generator"
)

scanner-research/scanner cmake/Modules/FindSaneProtobuf.cmake :337

find_program(GRPC_PYTHON_PLUGIN
    NAMES grpc_python_plugin
    DOC ""
    PATHS
    ${PROTOBUF_SRC_ROOT_FOLDER}/vsprojects/${_PROTOBUF_ARCH_DIR}Release
    ${PROTOBUF_SRC_ROOT_FOLDER}/vsprojects/${_PROTOBUF_ARCH_DIR}Debug
)

ukoethe/vigra CMakeLists.txt :332

find_program(GIT_EXECUTABLE
              NAMES git git.exe git.cmd
              HINTS $ENV{ProgramFiles}/Git/bin
              DOC "git command line client")

facebook/mariana-trench cmake/FindAndroidSDK.cmake :21

find_program(ANDROID_D8
    NAMES d8 3
    HINTS ${ANDROID_BUILD_TOOLS}
    DOC "Path to the d8 binary")

DIPlib/diplib doc/CMakeLists.txt :43

find_program(
   DOXPP_URLS_EXECUTABLE
   NAMES dox++urls
   PATHS ${DIP_DOXPP_PATH}
   DOC "dox++ documentation generation tool, URLs generator"
)

emsec/hal cmake/FindSphinx.cmake :115

find_program (
                Sphinx-${_Sphinx_TOOL}_EXECUTABLE
                NAMES         sphinx-${_Sphinx_TOOL} sphinx-${_Sphinx_TOOL}.py
                HINTS         "${Sphinx_DIR}"
                PATH_SUFFIXES bin
                DOC           "The sphinx-${_Sphinx_TOOL} Python script."
                NO_DEFAULT_PATH
        )

NASA-SW-VnV/ikos cmake/FindClang.cmake :50

find_program(CLANGXX_EXECUTABLE CACHE NAMES clang++
      HINTS ${CLANG_BINARY_DIR} ${LLVM_TOOLS_BINARY_DIR}
      DOC "Path to clang++ binary")

GoSSIP-SJTU/TripleDoggy cmake/config-ix.cmake :517

find_program(GO_EXECUTABLE NAMES go DOC "go executable")

gnuradio/gnuradio grc/CMakeLists.txt :106

find_program(GRC_XTERM_EXE
        NAMES x-terminal-emulator gnome-terminal konsole xfce4-terminal urxvt xterm foot
        HINTS ENV PATH
        DOC "graphical terminal emulator used in GRC's no-gui-mode"
    )

opensim-org/opensim-core cmake/FindMatlab.cmake :569

find_program(
        Matlab_MEXEXTENSIONS_PROG
        "mexext${current_mexext_suffix}"
        PATHS ${matlab_root}/bin
        DOC "Matlab MEX extension provider"
        NO_DEFAULT_PATH
      )

STEllAR-GROUP/hpx cmake/FindSphinx.cmake :16

find_program(
  Sphinx_EXECUTABLE
  NAMES sphinx-build sphinx-build2
  PATHS ${Sphinx_ROOT} ENV SPHINX_ROOT
  DOC "Path to sphinx-build executable"
)

dartsim/dart cmake/dart_defs.cmake :331

find_program(open_command
    NAMES ${open_command_name}
    DOC "Path to ${open_command_name}"
  )

hlrs-vis/covise cmake/CoviseHelperMacros.cmake :958

FIND_PROGRAM(GREP_EXECUTABLE grep PATHS $ENV{EXTERNLIBS}/UnixUtils/bin DOC "grep executable")

root-project/root interpreter/cling/CMakeLists.txt :69

find_program(LLVM_LIT "lit.py" ${LLVM_MAIN_SRC_DIR}/utils/lit
        DOC "Path to lit.py")

Slicer/Slicer CMake/FindPatch.cmake :42

find_program(Patch_EXECUTABLE
  NAME patch
  PATHS ${_patch_path}
  DOC ${_doc}
  )

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :525

find_program(GO_EXECUTABLE NAMES go DOC "go executable")

percona/percona-xtrabackup plugin/group_replication/libmysqlgcs/cmake/rpcgen.cmake :120

FIND_PROGRAM(RPCGEN_EXECUTABLE rpcgen DOC "path to the rpcgen executable")

mysql/mysql-server cmake/ssl.cmake :305

FIND_PROGRAM(OPENSSL_EXECUTABLE openssl
      NO_DEFAULT_PATH
      PATHS "${OPENSSL_FIPS_ROOT_DIR}/bin"
      DOC "path to the openssl executable"
      )

apache/kudu cmake_modules/FindProtobuf.cmake :221

find_program(PROTOBUF_PROTOC_EXECUTABLE protoc
             DOC "The Google Protocol Buffers Compiler"
             NO_CMAKE_SYSTEM_PATH
             NO_SYSTEM_ENVIRONMENT_PATH)

apache/qpid-proton tests/RuntimeCheck.cmake :33

find_program(VALGRIND_EXECUTABLE valgrind DOC "location of valgrind program")

apache/xerces-c cmake/FindICU.cmake :145

find_program("${cache_var}" "${program}"
      HINTS ${icu_roots}
      PATH_SUFFIXES ${icu_binary_suffixes}
      DOC "ICU ${program} executable")

GPUOpen-Tools/gpu_performance_api build/cmake_modules/clang_utils.cmake :5

find_program(CLANG_TIDY clang-tidy DOC "Clang tidy executable")

manticoresoftware/manticoresearch cmake/FindMysql.cmake :87

FIND_PROGRAM ( MYSQL_CONFIG_EXECUTABLE
				NAMES mysql_config
				DOC "full path of mysql_config"
				PATHS ${MYSQL_CONFIG_PREFER_PATH}
				/usr/bin
				/usr/local/bin
				/opt/local/lib/mysql55/bin
				/opt/mysql/bin
				/opt/mysql/mysql/bin
				/usr/local/mysql/bin
				/usr/pkg/bin
				/usr/local/opt/mysql-client/bin
				${MYSQL_ROOT_DIR}/bin
				)

OSVR/OSVR-Core cmake/cmake-2.8.1-modules/patchctestbug10149/CTest.cmake :243

find_program(SCPCOMMAND
		scp
		DOC
		"Path to scp command, used by CTest for submitting results to a Dart server")

blchinezu/pocketbook-coolreader tools/FindGettext.cmake :137

find_program(GETTEXT_${tool_upper}_EXECUTABLE
      NAMES ${tool} 
      PATHS ${potential_bin_dirs}
      DOC "Path to gettext ${tool} tool")

mysql/mysql-connector-cpp cdk/cmake/FindSphinx.cmake :35

find_program(SPHINX_EXECUTABLE NAMES sphinx-build
    HINTS
    ${WITH_SPHINX}
    PATH_SUFFIXES bin
    DOC "Sphinx documentation generator"
)

abdes/asap_app_imgui cmake/FindSphinx.cmake :11

find_program(
  SPHINX_EXECUTABLE
  NAMES sphinx-build
  HINTS $ENV{SPHINX_DIR}
  PATH_SUFFIXES bin
  DOC "Sphinx documentation generator")

AshamaneProject/AshamaneCore cmake/macros/FindGit.cmake :14

find_program(GIT_EXECUTABLE
  NAMES
    git git.cmd
  HINTS
    ENV PATH
  DOC "Full path to git commandline client"
)

asset-group/5ghoul-5g-nr-attacks libs/react-cpp/libev/CMakeLists.txt :123

find_program(
            POD2MAN_COMMAND
            NAMES pod2man
            DOC "POD data to formatted *roff converter"
        )

danxuhk/StructuredAttentionDepthEstimation cmake/Dependencies.cmake :201

find_program(Octave_compiler NAMES mkoctfile DOC "Octave C++ compiler")

KiCad/kicad-source-mirror cmake/FindwxWidgets.cmake :766

find_program(wxWidgets_CONFIG_EXECUTABLE
      NAMES wx-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8
      DOC "Location of wxWidgets library configuration provider binary (wx-config)."
      ONLY_CMAKE_FIND_ROOT_PATH
      )

BioMedIA/MIRTK CMake/Modules/FindSphinx.cmake :115

find_program (
      Sphinx-${_Sphinx_TOOL}_EXECUTABLE
      NAMES         sphinx-${_Sphinx_TOOL} sphinx-${_Sphinx_TOOL}.py
      HINTS         "${Sphinx_DIR}"
      PATH_SUFFIXES bin
      DOC           "The sphinx-${_Sphinx_TOOL} Python script."
      NO_DEFAULT_PATH
    )

Birch-san/juicysfplugin cmake/Modules/FindPkgConfig.cmake :62

find_program(PKG_CONFIG_EXECUTABLE
  NAMES ${PKG_CONFIG_NAMES}
  NAMES_PER_DIR
  DOC "pkg-config executable")

Project-OSRM/osrm-backend cmake/CPackConfig.cmake :32

find_program(RPMBUILD_PROGRAM rpm DOC "rpm RPM-based systems")

supertuxkart/stk-code lib/wiiuse/cmake/cmake-2.8.1-modules/patchctestbug10149/CTest.cmake :230

find_program(SLURM_SBATCH_COMMAND
		sbatch
		DOC
		"Path to the SLURM sbatch executable")

microsoft/DirectXShaderCompiler cmake/config-ix.cmake :525

find_program(GO_EXECUTABLE NAMES go DOC "go executable")

openthread/ot-br-posix examples/platforms/nxp/linux-imx/aarch64.cmake :34

find_program(CMAKE_AR aarch64-poky-linux-gcc-ar DOC "Archiver" REQUIRED)

KDE/plasma-workspace CMakeLists.txt :290

find_program(LANGUAGE_SELECTOR_COMMON "check-language-support" DOC "Required for ubuntu-based distros to generate locale")

qtfreet00/llvm-obfuscator cmake/config-ix.cmake :565

find_program(LD64_EXECUTABLE NAMES ld DOC "The ld64 linker")

mmp/pbrt-v4 CMakeLists.txt :290

find_program (BIN2C
                      NAMES bin2c
                      PATHS ${cuda_compiler_bin}
                      DOC "Path to the CUDA SDK bin2c executable."
                      NO_DEFAULT_PATH)

xpol/lua-rapidjson cmake/Modules/FindLua.cmake :51

find_program(LUA_EXECUTABLE NAMES lua luajit lua51 lua5.1 lua52 lua5.2 lua53 lua5.3 luajit21 luajit20 DOC "lua executable")

yrnkrn/zapcc cmake/config-ix.cmake :575

find_program(GO_EXECUTABLE NAMES go DOC "go executable")

weserv/images CMakeLists.txt :53

find_program(
            CLANG_TIDY_EXE
            NAMES "clang-tidy"
            DOC "Path to clang-tidy executable"
    )

nwnxee/unified CMakeModules/FindDoxygen.cmake :558

find_program(
        DOXYGEN_MSCGEN_EXECUTABLE
        NAMES mscgen
        PATHS
            "$ENV{ProgramFiles}/Mscgen"
            "$ENV{ProgramFiles${_x86}}/Mscgen"
        DOC "Message sequence chart tool for use with Doxygen"
    )

rbfx/rbfx CMake/Modules/FindWayland.cmake :41

find_program (WAYLAND_SCANNER NAMES wayland-scanner DOC "Wayland scanner host tool")

shawwn/noh cmake/cmake-2.8.1-modules/patchctestbug10149/CTest.cmake :232

find_program(SLURM_SBATCH_COMMAND
		sbatch
		DOC
		"Path to the SLURM sbatch executable")

ComputationalBiomechanicsLab/opensim-creator third_party/libosim/opensim-core/cmake/FindMatlab.cmake :569

find_program(
        Matlab_MEXEXTENSIONS_PROG
        "mexext${current_mexext_suffix}"
        PATHS ${matlab_root}/bin
        DOC "Matlab MEX extension provider"
        NO_DEFAULT_PATH
      )

mozilla-mobile/mozilla-vpn-client scripts/windows/conda-toolchain.cmake :33

find_program(CMAKE_CXX_COMPILER NAMES clang-cl REQUIRED DOC "Clang C++ Compiler (MSVC Compatible)")

logicalclocks/rondb cmake/ssl.cmake :305

FIND_PROGRAM(OPENSSL_EXECUTABLE openssl
      NO_DEFAULT_PATH
      PATHS "${OPENSSL_FIPS_ROOT_DIR}/bin"
      DOC "path to the openssl executable"
      )

eiskaltdcpp/eiskaltdcpp CMakeLists.txt :283

find_program (CCACHE_PATH ccache DOC "Path to ccache")

polserver/polserver CMakeLists.txt :83

find_program(
    CLANG_TIDY_EXE
    NAMES "clang-tidy"
    DOC "Path to clang-tidy executable"
  )

Jackarain/proxy third_party/boost/libs/json/pretty_printers/FindBoostPrettyPrinters.cmake :16

find_program(BoostPrettyPrinters_GDB gdb DOC "GDB executable tos use")

ornladios/ADIOS2 cmake/upstream/FindMPI.cmake :963

find_program(MPIEXEC_EXECUTABLE
          NAMES mpiexec
          HINTS $ENV{MSMPI_BIN} "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\MPI;InstallRoot]/Bin"
          DOC "Executable for running MPI programs.")

eranif/codelite cmake/Modules/FindLLVM.cmake :12

find_program(LLVM_CONFIG_EXECUTABLE llvm-config DOC "llvm-config executable")

boutproject/BOUT-dev cmake/FindFFTW.cmake :37

find_program(FFTW_WISDOM "fftw-wisdom"
  PATHS "${FFTW_ROOT}"
  PATH_SUFFIXES bin
  NO_DEFAULT_PATH
  DOC "Path to fftw-wisdom executable"
  )

sxs-collaboration/spectre cmake/FindBreathe.cmake :11

find_program(
  BREATHE_APIDOC_EXECUTABLE
  NAMES breathe-apidoc
  PATHS ${BREATHE_ROOT}
  DOC "Path to breathe-apidoc executable")

mysql/mysql-shell cmake/protobuf.cmake :47

FIND_PROGRAM(PROTOBUF_PROTOC_EXECUTABLE
    NAMES protoc
    DOC "The Google Protocol Buffers Compiler"
    PATHS ${MYSQL_BUILD_DIR}/bin
    NO_DEFAULT_PATH
  )

NervanaSystems/ngraph cmake/Modules/FindSphinx.cmake :14

find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build sphinx-build2
             DOC "Path to sphinx-build executable")

phisko/kengine kengine/render/polyvox/libs/polyvox/documentation/CMakeLists.txt :25

find_program(SPHINXBUILD_EXECUTABLE sphinx-build DOC "The location of the sphinx-build executable")

mhx/dwarfs CMakeLists.txt :1131

find_program(UPX_EXE upx upx.exe PATHS "c:/bin" DOC "ultimate packer for executables")

borisbrodski/sevenzipjbinding cmake/FindJavaExtended.cmake :215

FIND_PROGRAM(JAVA_RUNTIME
            java
        PATHS 
            "${JAVA_JDK}/bin"
            "$ENV{JAVA_HOME}/bin"
            "${JAVA_JNI_JDK_PATH}/bin"
            "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.4;JavaHome]/bin"
            "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3;JavaHome]/bin"
            /usr/bin
            /usr/lib/java/bin
            /usr/share/java/bin
            /usr/local/bin
            /usr/local/java/bin
        DOC "'java': java JVM"
        NO_DEFAULT_PATH
        NO_CMAKE_ENVIRONMENT_PATH
        NO_CMAKE_PATH
        NO_SYSTEM_ENVIRONMENT_PATH
        NO_CMAKE_SYSTEM_PATH
        NO_CMAKE_FIND_ROOT_PATH
    )

kpeeters/cadabra2 cmake/modules/FindMathematica.cmake :1568

find_program (Mathematica_FRONTEND_EXECUTABLE
		NAMES ${_FrontEndExecutables}
		HINTS ${Mathematica_HOST_ROOT_DIR}
		DOC "Mathematica front end executable."
		NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH
	)

Slicer/SlicerGitSVNArchive CMake/FindGit.cmake :79

find_program(GIT_EXECUTABLE ${git_names}
  PATHS
    "C:/Program Files/Git/bin"
    "C:/Program Files (x86)/Git/bin"
  DOC "git command line client")

geektcp/UeCore cmake/macros/LTO.cmake :70

find_program(CMAKE_GCC_RANLIB NAMES
                    "${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib"
                    "${_CMAKE_TOOLCHAIN_PREFIX}gcc-ranlib-${_version}"
                    DOC "gcc provided wrapper for ranlib which adds the --plugin option"
                  )

HumbleNet/HumbleNet 3rdparty/libwebsockets/cmake/FindGit.cmake :81

find_program(GIT_EXECUTABLE ${git_names}
  PATHS
    "C:/Program Files/Git/bin"
    "C:/Program Files (x86)/Git/bin"
  DOC "git command line client")

Tencent/Taitank cmake/modules/android/android.toolchain.cmake :1071

find_program( NDK_CCACHE "${_ndk_ccache}" DOC "The path to ccache binary")

kevinlin311tw/caffe-augmentation cmake/Dependencies.cmake :147

find_program(Octave_compiler NAMES mkoctfile DOC "Octave C++ compiler")

osmcode/libosmium CMakeLists.txt :123

find_program(GCOV ${gcov_} DOC "Coverage tool")

INET-RC/GeoMX 3rdparty/onnx-tensorrt/third_party/onnx/CMakeLists.txt :73

find_program(Protobuf_PROTOC_EXECUTABLE
               NAMES protoc
               DOC "The Google Protocol Buffers Compiler")

cmu-db/peloton third_party/capnproto/c++/cmake/FindCapnProto.cmake :178

find_program(CAPNP_EXECUTABLE
  NAMES capnp
  DOC "Cap'n Proto Command-line Tool"
  HINTS "${PKGCONFIG_CAPNP_PREFIX}/bin"
)

facebook/mysql-5.6 cmake/pkg-config.cmake :26

FIND_PROGRAM(MY_PKG_CONFIG_EXECUTABLE NAMES pkg-config
      DOC "pkg-config executable")

polardb/polardbx-engine cmake/pkg-config.cmake :26

FIND_PROGRAM(MY_PKG_CONFIG_EXECUTABLE NAMES pkg-config
      DOC "pkg-config executable")

toyota-connected/ivi-homescreen cmake/compiler_clang.cmake :6

find_program(LLVM_CONFIG "llvm-config" DOC "Path to llvm-config" REQUIRED)