-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
buildIssues related to our build systemIssues related to our build system
Description
/Users/clausklein/Workspace/cpp/beman-project/exemplar
bash-5.2$ cmake -S .
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GTest: /usr/local/lib/cmake/GTest/GTestConfig.cmake (found version "1.17.0")
-- Looking for __cpp_lib_ranges
-- Looking for __cpp_lib_ranges - not found
CMake Warning at examples/CMakeLists.txt:38 (message):
Missing range support! Skip: identity_as_default_projection
-- Examples to be built: identity_direct_usage
-- Configuring done (24.5s)
-- Generating done (0.5s)
-- Build files have been written to: /Users/clausklein/Workspace/cpp/beman-project/exemplar
bash-5.2$ git status
On branch feature/test-installed-package
Your branch is up to date with 'claus/feature/test-installed-package'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
CMakeCache.txt
CTestTestfile.cmake
DartConfiguration.tcl
build.ninja
cmake_install.cmake
examples/CTestTestfile.cmake
examples/cmake_install.cmake
src/beman/exemplar/CMakeFiles/
src/beman/exemplar/CTestTestfile.cmake
src/beman/exemplar/beman.exemplar-config-version.cmake
src/beman/exemplar/beman.exemplar-config.cmake
src/beman/exemplar/beman.exemplar_verify_interface_header_sets/
src/beman/exemplar/cmake_install.cmake
tests/beman/exemplar/CTestTestfile.cmake
tests/beman/exemplar/beman.exemplar.tests.identity[1]_include.cmake
tests/beman/exemplar/cmake_install.cmake
nothing added to commit but untracked files present (use "git add" to track)
bash-5.2$ Metadata
Metadata
Assignees
Labels
buildIssues related to our build systemIssues related to our build system