diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-14 17:46:06 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-14 18:02:32 +0300 |
commit | 5cf7770efe2b53157fa2e86d7ddaeb2c1c7980e2 (patch) | |
tree | d24c4180daadd9503ec08041937b4e664ccc0bec | |
parent | 85f6451860166545196ffa2950aa68be2363733b (diff) | |
download | ydb-5cf7770efe2b53157fa2e86d7ddaeb2c1c7980e2.tar.gz |
Unbundle nlohmann_json from contrib/libs/proj
8053e7d3b31e5386109fc59fd45a45ff7522827d
-rw-r--r-- | contrib/restricted/nlohmann_json/ya.make | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/restricted/nlohmann_json/ya.make b/contrib/restricted/nlohmann_json/ya.make index a5a0f12931..b12f985a75 100644 --- a/contrib/restricted/nlohmann_json/ya.make +++ b/contrib/restricted/nlohmann_json/ya.make @@ -15,8 +15,7 @@ VERSION(3.11.3) ORIGINAL_SOURCE(https://github.com/nlohmann/json/archive/v3.11.3.tar.gz) ADDINCL( - ONE_LEVEL - contrib/restricted/nlohmann_json/include + GLOBAL contrib/restricted/nlohmann_json/include ) NO_UTIL() |