Added instructions to CMake clean to force the following build from scratch.

Vincent Sonnier 2018-10-14 07:46:30 +02:00
parent 721908a2dd
commit 9807f070e3
1 changed files with 12 additions and 0 deletions

@ -56,6 +56,9 @@ From the prompt:
```
C:\> cd C:\MSVCDev\
C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target clean
... Bunch of messages ...
0 Error(s)
C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target install
... Bunch of building ...
0 Error(s)
@ -163,6 +166,9 @@ From the prompt:
```
C:\> cd C:\MSVCDev\
C:\MSVCDEV> cmake --build librtlsdr_win64 --config Release --target clean
... Bunch of messages ...
0 Error(s)
C:\MSVCDEV> cmake --build librtlsdr_win64 --config Release
... Bunch of building ...
0 Error(s)
@ -188,6 +194,9 @@ From the prompt:
```
C:\> cd C:\MSVCDev\
C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target clean
... Bunch of messages ...
0 Error(s)
C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target install
... Bunch of building ...
0 Error(s)
@ -212,6 +221,9 @@ From the prompt:
```
C:\> cd C:\MSVCDev\
C:\MSVCDEV> cmake --build SoapySDRPlay_win64 --config Release --target clean
... Bunch of messages ...
0 Error(s)
C:\MSVCDEV> cmake --build SoapySDRPlay_win64 --config Release --target install
... Bunch of building ...
0 Error(s)