mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-06 09:12:20 +00:00
build(cmake/modules): cmake module for string-view-lite
The CMake module downloads `string-view-lite` from https://github.com/martinmoene/string-view-lite It is a single-file header-only version of C++17-like `string_view` for C++98, C++03, C++11, and later. Notices it also provides C++20 extensions like: - empty() - starts_with() - ends_with() - etc. Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
poiana
parent
2680a459ec
commit
3386671452
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2019 The Falco Authors.
|
||||
# Copyright (C) 2020 The Falco Authors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
|
Reference in New Issue
Block a user