Commit 91d63ac
Make it possible to override NUGET_PACKAGES_PATH on command line
When PackagesRoot is set to some global directory, nuget packages are
installed in it and not under application-specific nuget directory, so
using the default value of NUGET_PACKAGES_PATH didn't work and CMake
configure step failed because it didn't find third-party packages files.
Fix this by allowing to specify -DNUGET_PACKAGES_PATH=$PackagesRoot on
CMake command line to override the default value.1 parent f755471 commit 91d63ac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments