cmake doesn't seem to update when environment values change
Open
- Dominant language
- Jupyter Notebook
- Stars
- 314
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
Do;
```
export VPR=
mkdir build
cd build
cmake ..
unset VPR
make
```
The second make will still be using the value set when doing the first make...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.