cmake GTEST_HAS_ABSL examples

acoustid/chromaprint src/3rdparty/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

acoustid/chromaprint src/3rdparty/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

acoustid/chromaprint tests/CMakeLists.txt :5

mark_as_advanced(BUILD_GMOCK INSTALL_GTEST GTEST_HAS_ABSL)

percona/percona-server extra/googletest/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

InsightSoftwareConsortium/ITK Modules/ThirdParty/GoogleTest/src/CMakeLists.txt :50

mark_as_advanced(GTEST_HAS_ABSL)

InsightSoftwareConsortium/ITK Modules/ThirdParty/GoogleTest/src/itkgoogletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

InsightSoftwareConsortium/ITK Modules/ThirdParty/GoogleTest/src/itkgoogletest/googletest/CMakeLists.txt :127

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

AOMediaCodec/libavif cmake/Modules/LocalFuzztest.cmake :16

FetchContent_Declare(
        fuzztest
        GIT_REPOSITORY "https://github.com/google/fuzztest.git"
        BINARY_DIR "${FUZZTEST_BINARY_DIR}"
        GIT_TAG "${AVIF_FUZZTEST_TAG}"
        # Fixes for https://github.com/google/fuzztest/issues/1124
        PATCH_COMMAND
            sed -i.bak -e "s/-fsanitize=address//g" cmake/FuzzTestFlagSetup.cmake && sed -i.bak -e "s/-DADDRESS_SANITIZER//g"
            cmake/FuzzTestFlagSetup.cmake &&
            # Fixes for https://github.com/google/fuzztest/issues/1125
            sed -i.bak -e "s/if (IsEnginePlaceholderInput(data))/if (data.size() == 0)/" fuzztest/internal/compatibility_mode.cc
            && sed -i.bak -e "s/set(GTEST_HAS_ABSL ON)/set(GTEST_HAS_ABSL OFF)/" cmake/BuildDependencies.cmake
    )

google/boringssl third_party/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

google/boringssl third_party/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

logicalclocks/rondb extra/googletest/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

google/filament third_party/dawn/third_party/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

google/filament third_party/dawn/third_party/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

google/filament third_party/libgtest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

google/filament third_party/libgtest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

aau-cns/mars_lib source/tests/googletest/CMakeLists.txt :33

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

aau-cns/mars_lib source/tests/googletest/googletest/CMakeLists.txt :129

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

mysql/mysql-server extra/googletest/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

Jackarain/proxy third_party/boringssl/third_party/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

Jackarain/proxy third_party/boringssl/third_party/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

scp-fs2open/fs2open.github.com test/gtest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

RavEngine/RavEngine deps/assimp/contrib/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

RavEngine/RavEngine deps/assimp/contrib/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

CTSRD-CHERI/cheribsd contrib/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

CTSRD-CHERI/cheribsd contrib/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

dwcaress/MB-System third_party/CMakeLists.txt :33

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

dwcaress/MB-System third_party/googletest/CMakeLists.txt :129

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

google/googletest CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

google/googletest googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

percona/percona-xtrabackup extra/googletest/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

gperftools/gperftools vendor/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

gperftools/gperftools vendor/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

ComputationalBiomechanicsLab/opensim-creator third_party/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

ComputationalBiomechanicsLab/opensim-creator third_party/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

gadomski/cpd vendor/googletest-1.14.0/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

gadomski/cpd vendor/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

godlikepanos/anki-3d-engine ThirdParty/SpirvTools/external/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

godlikepanos/anki-3d-engine ThirdParty/SpirvTools/external/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

ornladios/ADIOS2 thirdparty/GTest/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

ornladios/ADIOS2 thirdparty/GTest/googletest/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

PDAL/PDAL cmake/gtest.cmake :26

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

PDAL/PDAL cmake/gtest.cmake :27

target_compile_definitions(gtest_main PUBLIC GTEST_HAS_ABSL=1)

percona/percona-xtradb-cluster extra/googletest/googletest-1.14.0/googletest/CMakeLists.txt :126

target_compile_definitions(gtest PUBLIC GTEST_HAS_ABSL=1)

trilinos/Trilinos packages/sacado/test/GTestSuite/googletest/CMakeLists.txt :21

option(GTEST_HAS_ABSL "Use Abseil and RE2. Requires Abseil and RE2 to be separately added to the build." OFF)

trilinos/Trilinos packages/sacado/test/GTestSuite/googletest/googletest/CMakeLists.txt :129

target_compile_definitions(sacado-gtest PUBLIC GTEST_HAS_ABSL=1)