Sfoglia il codice sorgente

Update CMakeSettings.json

add WITH_TENSORRT
syyxsxx 4 anni fa
parent
commit
75816a2d01
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      deploy/cpp/CMakeSettings.json

+ 5 - 0
deploy/cpp/CMakeSettings.json

@@ -50,6 +50,11 @@
                     "name": "ENCRYPTION_DIR",
                     "value": "",
                     "type": "PATH"
+                },
+                {
+                    "name": "WITH_TENSORRT",
+                    "value": "False",
+                    "type": "BOOL"
                 }
             ]
         }