cmake HAVE_REALPATH examples

mongodb/mongo-bi-connector-odbc-driver configure.cmake :485

CHECK_FUNCTION_EXISTS (realpath HAVE_REALPATH)

securesystemslab/multicompiler cmake/config-ix.cmake :172

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

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

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

alibaba/AliSQL configure.cmake :567

CHECK_FUNCTION_EXISTS (realpath HAVE_REALPATH)

arkdb/arkproxy configure.cmake :384

CHECK_FUNCTION_EXISTS (realpath HAVE_REALPATH)

apache/xerces-c cmake/XercesFunctions.cmake :26

check_function_exists(realpath HAVE_REALPATH)

Project-OSRM/osrm-backend third_party/flatbuffers/CMakeLists.txt :115

check_symbol_exists(realpath "stdlib.h" HAVE_REALPATH)

percona/percona-server extra/curl/curl-8.14.1/CMakeLists.txt :1812

check_function_exists("realpath"        HAVE_REALPATH)

alibaba/AliSQLBackup configure.cmake :482

CHECK_FUNCTION_EXISTS (realpath HAVE_REALPATH)

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

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

Ravbug/UnityHubNative wxWidgets/3rdparty/pcre/CMakeLists.txt :168

check_c_source_compiles(
  [=[
  #include <stdlib.h>
  #include <limits.h>
  int main(int c, char *v[]) { char buf[PATH_MAX]; realpath(v[c], buf); return 0; }
  ]=]
  HAVE_REALPATH
)

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

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

GoSSIP-SJTU/Armariris cmake/config-ix.cmake :192

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

omnigres/omnigres deps/pcre2/CMakeLists.txt :160

CHECK_C_SOURCE_COMPILES(
  "#include <stdlib.h>
   #include <limits.h>
   int main(int c, char *v[]) { char buf[PATH_MAX]; realpath(v[c], buf); return 0; }"
  HAVE_REALPATH
)

ucb-bar/esp-llvm cmake/config-ix.cmake :192

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

keystone-engine/keystone llvm/cmake/config-ix.cmake :170

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

percona/percona-xtradb-cluster extra/curl/curl-8.12.1/CMakeLists.txt :1752

check_function_exists("realpath"        HAVE_REALPATH)

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

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

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

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

frasercrmck/llvm-leg cmake/config-ix.cmake :171

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

espressif/openocd-esp32 cmake/configure-esp-idf.cmake :60

check_symbol_exists(realpath "stdlib.h" HAVE_REALPATH)

espressif/openocd-esp32 cmake/configure.cmake :85

check_symbol_exists(realpath "stdlib.h" HAVE_REALPATH)

RavEngine/RavEngine deps/SteamAudio-All/flatbuffers/CMakeLists.txt :115

check_symbol_exists(realpath "stdlib.h" HAVE_REALPATH)

yazhiwang/ollvm-tll cmake/config-ix.cmake :239

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :177

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

mysql/mysql-server extra/curl/curl-8.14.1/CMakeLists.txt :1812

check_function_exists("realpath"        HAVE_REALPATH)

GANGE666/xVMP src/cmake/config-ix.cmake :211

check_symbol_exists(realpath stdlib.h HAVE_REALPATH)

gemrb/gemrb cmake/modules/config.cmake :13

CHECK_FUNCTION_EXISTS("realpath" HAVE_REALPATH)

gccxml/gccxml GCC/config_cmake/CMakeLists.txt :278

CHECK_FUNCTION_EXISTS(realpath HAVE_REALPATH)