Browse Source

Unbundle nlohmann_json from contrib/libs/proj
8053e7d3b31e5386109fc59fd45a45ff7522827d

thegeorg 9 months ago
parent
commit
5cf7770efe
1 changed files with 1 additions and 2 deletions
  1. 1 2
      contrib/restricted/nlohmann_json/ya.make

+ 1 - 2
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()