diff options
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 16e5da3..3073d74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ "cmake.configureOnOpen": true, "cmake.ctest.testExplorerIntegrationEnabled": false, "cmake.configureArgs": [ + "-DCMAKE_INSTALL_PREFIX=${env:HOME}/.local", "-DTURNS_USE_INSTALLED_TRANSLATIONS=OFF" ], |
