cmake BUILD_TESTING examples

f3d-app/f3d CMakeLists.txt :203

cmake_dependent_option(F3D_TESTING_ENABLE_RENDERING_TESTS "Enable rendering tests" ON "BUILD_TESTING" OFF)

alpaka-group/alpaka CMakeLists.txt :51

cmake_dependent_option(alpaka_CHECK_HEADERS "Check all alpaka headers as part of the tests whether they can be compiled standalone." OFF BUILD_TESTING OFF)

CNES/MAJA SuperBuild/CMake/MAJA.cmake :52

ExternalProject_Add(MAJA
  DOWNLOAD_COMMAND ""
  PREFIX       MAJA
  TMP_DIR      MAJA/tmp
  STAMP_DIR    MAJA/stamp
  BINARY_DIR   MAJA/build      
  SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../"
  INSTALL_DIR ${SB_INSTALL_PREFIX}
  CMAKE_COMMAND ${SB_CMAKE_COMMAND}
  CMAKE_CACHE_ARGS
  ${SB_CMAKE_CACHE_ARGS}
  ${DISABLE_CXX_WARNING_OPTION}
  -DBUILD_TESTING:BOOL=${BUILD_TESTING}
  -DMAJA_ENABLE_COVERAGE:BOOL=OFF
  -DENABLE_TU:BOOL=${ENABLE_TU}
  -DENABLE_TV:BOOL=${ENABLE_TV}
  -DENABLE_TVA:BOOL=${ENABLE_TVA}
  -DMAJA_TEST_OUTPUT_ROOT:PATH=${MAJA_TEST_OUTPUT_ROOT}
  -DMAJADATA_SOURCE_DIR:PATH=${MAJADATA_SOURCE_DIR}
  -DPYTHON_EXECUTABLE:PATH=${SB_INSTALL_PREFIX}/bin/python3
  DEPENDS ${MAJA_DEPENDS}
  LOG_DOWNLOAD 1
  LOG_CONFIGURE 1
  LOG_BUILD 0
  LOG_INSTALL 1
  )

etternagame/etterna extern/curl/CMakeLists.txt :1378

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

stack-of-tasks/pinocchio unittest/python/pybind11/CMakeLists.txt :16

if(NOT BUILD_TESTING)

mapnik/mapnik CMakeLists.txt :28

add_feature_info(BUILD_TESTING BUILD_TESTING "Adds tests")

alexa/avs-device-sdk capabilities/ExternalMediaPlayer/acsdkExternalMediaPlayerInterfaces/test/CMakeLists.txt :3

if (BUILD_TESTING)

psi4/psi4 external/upstream/libint2/CMakeLists.txt :163

ExternalProject_Add(libint2_external
            URL https://github.com/loriab/libint/archive/new-cmake-2023-take2-b.zip
            CMAKE_ARGS -GNinja
                       -DCMAKE_INSTALL_PREFIX=${STAGED_INSTALL_PREFIX}
                       -DCMAKE_BUILD_TYPE=${_cmake_build_type}
                       -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
                       -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
                       -DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}
                       -DCMAKE_INSTALL_INCLUDEDIR=${CMAKE_INSTALL_INCLUDEDIR}
                       -DENABLE_ONEBODY=2
                       -DENABLE_ERI=2
                       -DENABLE_ERI3=2
                       -DENABLE_ERI2=2
                       -DENABLE_G12=1
                       -DDISABLE_ONEBODY_PROPERTY_DERIVS=ON
                       -DMULTIPOLE_MAX_ORDER=4
                       -DBoost_DIR=${Boost_DIR}
                       -DBOOST_ROOT=${BOOST_ROOT}
                       -DEigen3_DIR=${Eigen3_DIR}
                       -DEigen3_ROOT=${Eigen3_ROOT}
                       -DMultiprecision_ROOT=${Multiprecision_ROOT}
                       -DERI3_PURE_SH=OFF
                       -DERI2_PURE_SH=OFF
                       -DLIBINT2_SHGAUSS_ORDERING=standard
                       -DLIBINT2_CARTGAUSS_ORDERING=standard
                       -DLIBINT2_SHELL_SET=standard
                       -DBUILD_SHARED_LIBS=${_build_shared_libs}
                       -DLIBINT2_REQUIRE_CXX_API=ON
                       -DLIBINT2_REQUIRE_CXX_API_COMPILED=OFF
                       -DLIBINT2_ENABLE_FORTRAN=OFF
                       -DLIBINT2_ENABLE_PYTHON=OFF
                       -DBUILD_TESTING=${BUILD_TESTING}
                       -DENABLE_XHOST=${ENABLE_XHOST}
                       -DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}
                       -DCMAKE_OSX_SYSROOT=${CMAKE_OSX_SYSROOT}
            CMAKE_CACHE_ARGS -DCMAKE_CXX_FLAGS:STRING=${CMAKE_CXX_FLAGS}
                             -DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}
                             -DCMAKE_CXX_COMPILER_ARG1:STRING=${CMAKE_CXX_COMPILER_ARG1}
                             -DCMAKE_C_COMPILER_ARG1:STRING=${CMAKE_C_COMPILER_ARG1}
                             -DWITH_ERI_MAX_AM:STRING=3;2;2
                             -DWITH_ERI3_MAX_AM:STRING=4;3;3
                             -DWITH_ERI2_MAX_AM:STRING=4;3;3
                             -DWITH_MAX_AM:STRING=4;3;3
                             -DWITH_G12_MAX_AM:STRING=3
        )

BRAINSia/BRAINSTools BRAINSABC/CMakeLists.txt :25

if(BUILD_TESTING AND NOT BRAINSTools_DISABLE_TESTING)

apache/trafficserver lib/yamlcpp/CMakeLists.txt :29

cmake_dependent_option(YAML_CPP_BUILD_TESTS
  "Enable yaml-cpp tests" OFF
  "BUILD_TESTING;YAML_CPP_MAIN_PROJECT" OFF)

brndnmtthws/conky cmake/ConkyBuildOptions.cmake :28

cmake_dependent_option(RUN_TESTS "Run tests once the build is complete" false
  "BUILD_TESTING" false)

facebookincubator/velox CMake/resolve_dependency_modules/glog.cmake :46

unset(BUILD_TESTING)

CLIUtils/CLI11 CMakeLists.txt :73

cmake_dependent_option(CLI11_BUILD_TESTS "Build CLI11 tests" ON
                       "BUILD_TESTING;CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME" OFF)

percona/percona-xtrabackup extra/abseil/abseil-cpp-20230802.1/CMakeLists.txt :148

if((BUILD_TESTING AND ABSL_BUILD_TESTING) OR ABSL_BUILD_TEST_HELPERS)

robotology/yarp extern/thrift/thrift/build/cmake/DefineOptions.cmake :31

CMAKE_DEPENDENT_OPTION(BUILD_TESTING "Build with unit tests" ON "HAVE_COMPILER" OFF)

apache/thrift build/cmake/DefineOptions.cmake :31

CMAKE_DEPENDENT_OPTION(BUILD_TESTING "Build with unit tests" ON "HAVE_COMPILER" OFF)

andrejnau/FlyCube CMakeLists.txt :15

cmake_dependent_option(BUILD_TESTING "Build unit tests" ON "NOT IOS_OR_TVOS AND NOT ANDROID" OFF)

infiniflow/infinity third_party/curl/CMakeLists.txt :1801

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

boostorg/asio CMakeLists.txt :89

if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")

taglib/taglib CMakeLists.txt :232

message(WARNING "BUILD_TESTING requested, but CppUnit not found, skipping tests.")

mixxxdj/mixxx CMakeLists.txt :2576

if(BUILD_TESTING)

fooyin/fooyin cmake/FooyinSummary.cmake :22

message(STATUS "  BUILD_TESTING         : ${BUILD_TESTING}")

Dreamtowards/Ethertia lib/_misc/yaml-cpp/CMakeLists.txt :24

cmake_dependent_option(YAML_CPP_BUILD_TESTS
  "Enable yaml-cpp tests" ON
  "BUILD_TESTING;CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)

NauEngine/NauEditorPublic editor/external/libcurlconfig/CMakeLists.txt :1412

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

microsoft/vcpkg-tool CMakeLists.txt :29

CMAKE_DEPENDENT_OPTION(VCPKG_BUILD_BENCHMARKING "Option for enabling benchmarking" OFF
    "BUILD_TESTING" OFF)

InsightSoftwareConsortium/ITK Modules/ThirdParty/Eigen3/src/itkeigen/CMakeLists.txt :62

cmake_dependent_option(BUILD_TESTING "Enable creation of tests." ON "PROJECT_IS_TOP_LEVEL" OFF)

vimpostor/blobdrop CMakeLists.txt :4

option(BUILD_TESTING "Build the testing tree.")

Jackarain/proxy third_party/boost/libs/hof/cmake/BCMTest.cmake :1

option(BUILD_TESTING off)

pingcap/tiflash contrib/curl-cmake/CMakeLists.txt :1386

cmake_dependent_option(BUILD_TESTING "Build tests"
    ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
    OFF)

ornladios/ADIOS2 CMakeLists.txt :374

cmake_dependent_option(ADIOS2_RUN_MPI_MPMD_TESTS
  "Enable the parallel MPMD tests" ON
  "BUILD_TESTING;ADIOS2_HAVE_MPI" OFF)

Jij-Inc/OpenJij CMakeLists.txt :192

option(BUILD_TESTING "Enable CTest support." OFF)

SCIInstitute/SCIRun src/Externals/pugixml/CMakeLists.txt :21

cmake_dependent_option(PUGIXML_BUILD_TESTS
  "Build pugixml tests" OFF
  "BUILD_TESTING;CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)

openmm/openmm plugins/rpmd/platforms/cuda/CMakeLists.txt :100

endif(BUILD_TESTING AND OPENMM_BUILD_CUDA_TESTS)

vxl/vxl CMakeLists.txt :285

CMAKE_DEPENDENT_OPTION( VXL_BUILD_EXAMPLES "Should the examples be built?" ${BUILD_TESTING}
                      "VXL_BUILD_CORE_GEOMETRY;VXL_BUILD_CORE_NUMERICS;VXL_BUILD_CORE_UTILITIES;VXL_BUILD_CORE_SERIALISATION;VXL_BUILD_CORE_IMAGING" OFF)

stoneface86/trackerboy CMakeLists.txt :23

option(BUILD_TESTING "Build unit tests" OFF)

hanickadot/compile-time-regular-expressions CMakeLists.txt :23

cmake_dependent_option(CTRE_BUILD_TESTS "Build ctre Tests" ON
  "BUILD_TESTING;CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)

ggarra13/mrv2 tlRender/etc/SuperBuild/patches/yaml-cpp-patch/CMakeLists.txt :24

cmake_dependent_option(YAML_CPP_BUILD_TESTS
  "Enable yaml-cpp tests" ON
  "BUILD_TESTING;CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)

Slicer/SlicerGitSVNArchive CMakeLists.txt :202

option(BUILD_TESTING "Test the project" ON)

QMCPACK/qmcpack external_codes/boost_multi/multi/CMakeLists.txt :70

cmake_dependent_option(MULTI_BUILD_TESTS "Enable multi tests" ON "BUILD_TESTING" OFF)

Nomango/configor CMakeLists.txt :25

option (BUILD_TESTING "Build the testing tree." ON)

Studio3T/robomongo src/third-party/libssh2-1.7.0/sources/CMakeLists.txt :87

option(BUILD_TESTING "Build libssh2 test suite" ON)

facebook/mysql-5.6 extra/curl/curl-7.86.0/CMakeLists.txt :1409

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

polardb/polardbx-engine extra/curl/curl-7.86.0/CMakeLists.txt :1409

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

MistEO/meojson CMakeLists.txt :7

option(BUILD_TESTING "Build testing" ON)

visualboyadvance-m/visualboyadvance-m CMakeLists.txt :146

set(BUILD_TESTING OFF)

ovsky/sumi-emu CMakeLists.txt :96

option(SUMI_TESTS "Compile tests" "${BUILD_TESTING}")

TartanLlama/expected CMakeLists.txt :20

cmake_dependent_option(EXPECTED_BUILD_TESTS
  "Enable tl::expected tests" ON
  "BUILD_TESTING" OFF)

trilinos/Trilinos packages/seacas/libraries/ioss/src/cgns/CMakeLists.txt :47

IF (BUILD_TESTING)

FreesmTeam/FreesmLauncher CMakeLists.txt :164

option(BUILD_TESTING "Build the testing tree." ON)

GreatSQL/GreatSQL extra/curl/curl-7.86.0/CMakeLists.txt :1409

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

MBU-Team/OpenMBU engine/lib/curl/CMakeLists.txt :1488

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

yanhua133/mediasoup-sfu-cpp deps/json/CMakeLists.txt :24

option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ON)

arrayfire/arrayfire CMakeLists.txt :169

cmake_dependent_option(AF_WITH_RELATIVE_TEST_DIR "Use relative paths for the test data directory(For continious integration(CI) purposes only)" OFF
  "BUILD_TESTING" OFF)

serge-sans-paille/frozen CMakeLists.txt :31

CMAKE_DEPENDENT_OPTION(frozen.tests
  "Build the frozen tests and integrate with ctest"
  ${BUILD_TESTING} "NOT subproject" OFF)

percona/percona-xtradb-cluster extra/curl/CMakeLists.txt :37

SET(BUILD_TESTING OFF CACHE INTERNAL "" FORCE)

peercoin/peercoin src/secp256k1/CMakeLists.txt :214

mark_as_advanced(BUILD_TESTING)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/curl/CMakeLists.txt :1532

cmake_dependent_option(BUILD_TESTING "Build tests"
  OFF "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

vmtk/vmtk SuperBuild.cmake :202

ExternalProject_Add( ${proj}
  DOWNLOAD_COMMAND ""
  SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
  BINARY_DIR VMTK-Build
  BUILD_ALWAYS 1 # always run this step. do not generate stamp file
  CMAKE_GENERATOR ${gen}
  USES_TERMINAL_CONFIGURE 1
  USES_TERMINAL_BUILD 1
  USES_TERMINAL_INSTALL 1
  CMAKE_ARGS
    -DBUILDNAME:STRING=${BUILDNAME}
    -DSITE:STRING=${SITE}
    -DMAKECOMMAND:STRING=${MAKECOMMAND}
    -DCMAKE_CXX_COMPILER:STRING=${CMAKE_CXX_COMPILER}
    -DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER}
    -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
    -DBUILD_SHARED_LIBS:BOOL=${BUILD_SHARED_LIBS}
    -DBUILD_EXAMPLES:BOOL=${BUILD_EXAMPLES}
    -DBUILD_TESTING:BOOL=${BUILD_TESTING}
    -DBUILD_DOCUMENTATION:BOOL=${BUILD_DOCUMENTATION}
    -DCMAKE_SHARED_LINKER_FLAGS:STRING=${CMAKE_SHARED_LINKER_FLAGS}
    -DCMAKE_EXE_LINKER_FLAGS:STRING=${CMAKE_EXE_LINKER_FLAGS}
    -DCMAKE_OSX_ARCHITECTURES:STRING=${CMAKE_OSX_ARCHITECTURES}
    -DCMAKE_CXX_FLAGS:STRING=${CMAKE_CXX_FLAGS}
    -DCMAKE_C_FLAGS:STRING=${CMAKE_C_FLAGS}
    -DCMAKE_INSTALL_PREFIX:PATH=${SUPERBUILD_INSTALL_PREFIX}
    -DVTK_VMTK_WRAP_PYTHON:BOOL=${VTK_VMTK_WRAP_PYTHON}
    -DVMTK_USE_SUPERBUILD:BOOL=OFF
    -DVMTK_CONTRIB_SCRIPTS:BOOL=${VMTK_CONTRIB_SCRIPTS}
    -DVTK_VMTK_CONTRIB:BOOL=${VTK_VMTK_CONTRIB}
    -DVMTK_SCRIPTS_ENABLED:BOOL=${VMTK_SCRIPTS_ENABLED}
    -DVTK_ENABLE_VTKPYTHON:BOOL=ON
    -DVMTK_MINIMAL_INSTALL:BOOL=OFF
    -DVMTK_ENABLE_DISTRIBUTION:BOOL=${VMTK_ENABLE_DISTRIBUTION}
    -DVMTK_WITH_LIBRARY_VERSION:BOOL=OFF
    -DVMTK_BUILD_TETGEN:BOOL=${VMTK_BUILD_TETGEN}
    -DVTK_VMTK_USE_COCOA:BOOL=${VTK_VMTK_USE_COCOA}
    -DVMTK_BUILD_STREAMTRACER:BOOL=${VMTK_BUILD_STREAMTRACER}
    -DVTK_REQUIRED_OBJCXX_FLAGS:STRING=${VTK_REQUIRED_OBJCXX_FLAGS}
    -DVMTK_USE_RENDERING:STRING=${VMTK_USE_RENDERING}
    -DVMTK_USE_VTK9:BOOL=${VMTK_USE_VTK9}
    -DITK_DIR:PATH=${ITK_DIR}
    -DVTK_DIR:PATH=${VTK_DIR}
    -DPYTHON_DEBUG_LIBRARY=${PYTHON_DEBUG_LIBRARY}
    -DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
    -DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE_DIR}
    -DPYTHON_LIBRARY=${PYTHON_LIBRARY}
    -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF
    -DCMAKE_MACOSX_RPATH=ON
    -DCMAKE_INSTALL_RPATH=${SUPERBUILD_INSTALL_PREFIX}/lib;@rpath
    -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
  INSTALL_DIR "${SUPERBUILD_INSTALL_PREFIX}/vmtk"
  DEPENDS
    ${VMTK_DEPENDS}
 )

Kitware/VTK ThirdParty/pugixml/vtkpugixml/CMakeLists.txt :32

cmake_dependent_option(PUGIXML_BUILD_TESTS
  "Build pugixml tests" OFF
  "BUILD_TESTING;CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)

learnforpractice/pyeos externals/thrift/cmake/DefineOptions.cmake :31

CMAKE_DEPENDENT_OPTION(BUILD_TESTING "Build with unit tests" ON "HAVE_COMPILER" OFF)

m-a-d-n-e-s-s/madness src/examples/periodic/CMakeLists.txt :3

if (BUILD_TESTING)

ElektraInitiative/libelektra src/plugins/dbusrecv/CMakeLists.txt :43

if (BUILD_TESTING AND IS_INCLUDED)

DrTimothyAldenDavis/GraphBLAS cpu_features/CMakeLists.txt :18

option(BUILD_TESTING "Enable test rule" ON)

ned14/quickcpplib scripts/cpp-pm/CMakeLists.txt :3

option(BUILD_TESTING "" OFF)

ngtcp2/ngtcp2 CMakeLists.txt :417

message(STATUS "summary of build options:

    Package version: ${VERSION}
    Library version: ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}
    Install prefix:  ${CMAKE_INSTALL_PREFIX}
    Target system:   ${CMAKE_SYSTEM_NAME}
    Compiler:
      Build type:     ${CMAKE_BUILD_TYPE}
      C compiler:     ${CMAKE_C_COMPILER}
      CFLAGS:         ${CMAKE_C_FLAGS_${_build_type}} ${CMAKE_C_FLAGS}
      C++ compiler:   ${CMAKE_CXX_COMPILER}
      CXXFLAGS:       ${CMAKE_CXX_FLAGS_${_build_type}} ${CMAKE_CXX_FLAGS}
      WARNCFLAGS:     ${WARNCFLAGS}
      WARNCXXFLAGS:   ${WARNCXXFLAGS}
    Library:
      Shared:         ${ENABLE_SHARED_LIB}
      Static:         ${ENABLE_STATIC_LIB}
    Test:
      Build Test:     ${BUILD_TESTING}
    Libs:
      OpenSSL:        ${HAVE_OPENSSL} (LIBS='${OPENSSL_LIBRARIES}')
      Libev:          ${HAVE_LIBEV} (LIBS='${LIBEV_LIBRARIES}')
      Libnghttp3:     ${HAVE_LIBNGHTTP3} (LIBS='${LIBNGHTTP3_LIBRARIES}')
      GnuTLS:         ${HAVE_GNUTLS} (LIBS='${GNUTLS_LIBRARIES}')
      BoringSSL:      ${HAVE_BORINGSSL} (LIBS='${BORINGSSL_LIBRARIES}')
      Picotls:        ${HAVE_PICOTLS} (LIBS='${PICOTLS_LIBRARIES}')
      wolfSSL:        ${HAVE_WOLFSSL} (LIBS='${WOLFSSL_LIBRARIES}')
      Jemalloc:       ${HAVE_JEMALLOC} (LIBS='${JEMALLOC_LIBRARIES}')
      Libbrotlienc:   ${HAVE_LIBBROTLIENC} (LIBS='${LIBBROTLIENC_LIBRARIES}')
      Libbrotlidec:   ${HAVE_LIBBROTLIDEC} (LIBS='${LIBBROTLIDEC_LIBRARIES}')
")

fluent/fluent-bit lib/nghttp2-1.65.0/CMakeLists.txt :491

message(STATUS "summary of build options:

    Package version: ${VERSION}
    Library version: ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}
    Install prefix:  ${CMAKE_INSTALL_PREFIX}
    Target system:   ${CMAKE_SYSTEM_NAME}
    Compiler:
      Build type:     ${CMAKE_BUILD_TYPE}
      C compiler:     ${CMAKE_C_COMPILER}
      CFLAGS:         ${CMAKE_C_FLAGS_${_build_type}} ${CMAKE_C_FLAGS}
      C++ compiler:   ${CMAKE_CXX_COMPILER}
      CXXFLAGS:       ${CMAKE_CXX_FLAGS_${_build_type}} ${CMAKE_CXX_FLAGS}
      WARNCFLAGS:     ${WARNCFLAGS}
      CXX1XCXXFLAGS:  ${CXX1XCXXFLAGS}
      WARNCXXFLAGS:   ${WARNCXXFLAGS}
    Python:
      Python:          ${Python3_EXECUTABLE}
      Python3_VERSION: ${Python3_VERSION}
    Test:
      Failmalloc:     ${ENABLE_FAILMALLOC}
      Build Test:     ${BUILD_TESTING}
    Libs:
      OpenSSL:        ${HAVE_OPENSSL} (LIBS='${OPENSSL_LIBRARIES}')
      wolfSSL:        ${HAVE_WOLFSSL} (LIBS='${WOLFSSL_LIBRARIES}')
      Libxml2:        ${HAVE_LIBXML2} (LIBS='${LIBXML2_LIBRARIES}')
      Libev:          ${HAVE_LIBEV} (LIBS='${LIBEV_LIBRARIES}')
      Libc-ares:      ${HAVE_LIBCARES} (LIBS='${LIBCARES_LIBRARIES}')
      Libngtcp2:      ${HAVE_LIBNGTCP2} (LIBS='${LIBNGTCP2_LIBRARIES}')
      Libngtcp2_crypto_quictls: ${HAVE_LIBNGTCP2_CRYPTO_QUICTLS} (LIBS='${LIBNGTCP2_CRYPTO_QUICTLS_LIBRARIES}')
      Libngtcp2_crypto_wolfssl: ${HAVE_LIBNGTCP2_CRYPTO_WOLFSSL} (LIBS='${LIBNGTCP2_CRYPTO_WOLFSSL_LIBRARIES}')
      Libnghttp3:     ${HAVE_LIBNGHTTP3} (LIBS='${LIBNGHTTP3_LIBRARIES}')
      Libbpf:         ${HAVE_LIBBPF} (LIBS='${LIBBPF_LIBRARIES}')
      Libevent(SSL):  ${HAVE_LIBEVENT_OPENSSL} (LIBS='${LIBEVENT_OPENSSL_LIBRARIES}')
      Jansson:        ${HAVE_JANSSON} (LIBS='${JANSSON_LIBRARIES}')
      Jemalloc:       ${HAVE_JEMALLOC} (LIBS='${JEMALLOC_LIBRARIES}')
      Zlib:           ${HAVE_ZLIB} (LIBS='${ZLIB_LIBRARIES}')
      Systemd:        ${HAVE_SYSTEMD} (LIBS='${SYSTEMD_LIBRARIES}')
      Libbrotlienc:   ${HAVE_LIBBROTLIENC} (LIBS='${LIBBROTLIENC_LIBRARIES}')
      Libbrotlidec:   ${HAVE_LIBBROTLIDEC} (LIBS='${LIBBROTLIDEC_LIBRARIES}')
    Third-party:
      http-parser:    ${ENABLE_THIRD_PARTY}
      MRuby:          ${HAVE_MRUBY}
      Neverbleed:     ${HAVE_NEVERBLEED}
    Features:
      Applications:   ${ENABLE_APP}
      HPACK tools:    ${ENABLE_HPACK_TOOLS}
      Examples:       ${ENABLE_EXAMPLES}
      Threading:      ${ENABLE_THREADS}
      HTTP/3(EXPERIMENTAL): ${ENABLE_HTTP3}
")

FreeRDP/FreeRDP cmake/ConfigOptions.cmake :42

cmake_dependent_option(
  BUILD_TESTING_INTERNAL "Build unit tests (CI only, not for packaging!)" OFF "NOT BUILD_TESTING" OFF
)

Sneeds-Feed-and-Seed/sneedacity lib-src/libsndfile/CMakeLists.txt :87

add_feature_info (BUILD_TESTING BUILD_TESTING "build tests")

mltframework/mlt CMakeLists.txt :551

add_feature_info("Tests" BUILD_TESTING "")

skylersaleh/SkyEmu src/curl/CMakeLists.txt :1517

cmake_dependent_option(BUILD_TESTING "Build tests"
  ON "PERL_FOUND;NOT CURL_DISABLE_TESTS"
  OFF)

audiofilter/spuce CMakeLists.txt :47

cmake_dependent_option(BUILD_TESTING "Enable python based tests" ON "PYTHONLIBS_FOUND" OFF)

plumonito/dtslam 3rdparty/ceres-solver-1.9.0/CMakeLists.txt :111

OPTION(BUILD_TESTING "Enable tests" ON)

SWI-Prolog/swipl-devel CMakeLists.txt :95

option(BUILD_TESTING
       "Build test files and setup for ctest"
       ON)

eclipse-cyclonedds/cyclonedds CMakeLists.txt :263

option(BUILD_TESTING "Build the testing tree." OFF)