diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /library/cpp/regex/hyperscan | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/regex/hyperscan')
-rw-r--r-- | library/cpp/regex/hyperscan/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | library/cpp/regex/hyperscan/CMakeLists.linux.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/hyperscan/CMakeLists.darwin.txt b/library/cpp/regex/hyperscan/CMakeLists.darwin.txt index de01f1be01..47150388a7 100644 --- a/library/cpp/regex/hyperscan/CMakeLists.darwin.txt +++ b/library/cpp/regex/hyperscan/CMakeLists.darwin.txt @@ -18,5 +18,5 @@ target_link_libraries(cpp-regex-hyperscan PUBLIC libs-hyperscan-runtime_avx512 ) target_sources(cpp-regex-hyperscan PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp ) diff --git a/library/cpp/regex/hyperscan/CMakeLists.linux.txt b/library/cpp/regex/hyperscan/CMakeLists.linux.txt index bd0e205dc9..8c71567f3a 100644 --- a/library/cpp/regex/hyperscan/CMakeLists.linux.txt +++ b/library/cpp/regex/hyperscan/CMakeLists.linux.txt @@ -19,5 +19,5 @@ target_link_libraries(cpp-regex-hyperscan PUBLIC libs-hyperscan-runtime_avx512 ) target_sources(cpp-regex-hyperscan PRIVATE - \${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/regex/hyperscan/hyperscan.cpp ) |