beman.exemplar

configure

command_line: /opt/hostedtoolcache/cmake/4.2.1/x64/cmake-4.2.1-linux-x86_64/bin/cmake -DCMAKE_C_CLANG_TIDY=clang-tidy-18 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18 -DCMAKE_BUILD_TYPE:STRING=Debug -DCTEST_USE_LAUNCHERS:BOOL=TRUE -GNinja -S/home/runner/work/nightly-builds/nightly-builds -B/home/runner/work/nightly-builds/nightly-builds/build

working_directory: ""

Execution Time: 4.7

Generator: ctest-4.2.1

stdout:

-- The CXX compiler identification is Clang 18.1.3
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-18 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GTest: /usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.14.0")
-- Looking for __cpp_lib_ranges
-- Looking for __cpp_lib_ranges - not found
CMake Warning at examples/CMakeLists.txt:12 (message):
  Missing range support! Skip: identity_as_default_projection


Examples to be built: identity_direct_usage
-- Configuring done (4.7s)
Status: 0

generate

command_line: /opt/hostedtoolcache/cmake/4.2.1/x64/cmake-4.2.1-linux-x86_64/bin/cmake -DCMAKE_C_CLANG_TIDY=clang-tidy-18 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18 -DCMAKE_BUILD_TYPE:STRING=Debug -DCTEST_USE_LAUNCHERS:BOOL=TRUE -GNinja -S/home/runner/work/nightly-builds/nightly-builds -B/home/runner/work/nightly-builds/nightly-builds/build

working_directory: ""

Execution Time: 0.3

Generator: ctest-4.2.1

stdout:

CMake Error:
  CTEST_USE_LAUNCHERS is enabled, but the RULE_LAUNCH_COMPILE global property
  is not defined.

  Did you forget to include(CTest) in the toplevel CMakeLists.txt ?


Status: 1