Skip to content

Commit

Permalink
guard template deduction guides
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 25, 2024
1 parent e91aa8e commit 93603d5
Show file tree
Hide file tree
Showing 13 changed files with 208 additions and 130 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ add_library(rapidfuzz INTERFACE)
# provide a namespaced alias for clients to 'link' against if RapidFuzz is included as a sub-project
add_library(rapidfuzz::rapidfuzz ALIAS rapidfuzz)

target_compile_features(rapidfuzz INTERFACE cxx_std_17)
target_compile_features(rapidfuzz INTERFACE cxx_std_14)

target_include_directories(rapidfuzz
INTERFACE
Expand Down
Loading

0 comments on commit 93603d5

Please sign in to comment.