Skip to content

Commit

Permalink
Revert "convert to feature testing"
Browse files Browse the repository at this point in the history
This reverts commit 747eca6.
  • Loading branch information
wusatosi committed Jan 30, 2025
1 parent b71b83e commit 69a4fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set(ALL_EXAMPLES identity_direct_usage)

# Example `identity_as_default_projection` need ranges support:
include(../cmake/feature_test.cmake)
beman_feature_test("__cpp_lib_ranges >= 201911L" HAS_RANGES)
include(CheckCXXSymbolExists)
check_cxx_symbol_exists(__cpp_lib_ranges "ranges" HAS_RANGES)

if(HAS_RANGES)
list(APPEND ALL_EXAMPLES identity_as_default_projection)
Expand Down

0 comments on commit 69a4fe3

Please sign in to comment.