Changed 'selected' to 'checked' as CMake-gui present boolean values as checkboxes

Vincent Sonnier 2018-05-21 20:15:15 +02:00
parent a5aea70c13
commit e08f8d0041
1 changed files with 4 additions and 4 deletions

@ -76,13 +76,13 @@ C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target install
Configure variables to indicate CubicSDR that modules files will be searched in the `[CubicSDR executable]\modules` directory:
* Set BUILD_INSTALLER to 1 (selected)
* Set BUILD_INSTALLER to 1 (checked)
* Click "Configure" again
* Set BUNDLE_SOAPY_MODS to 1 (selected)
* Set BUNDLE_SOAPY_MODS to 1 (checked)
* Click "Configure" again
* Set BUNDLED_MODS_ONLY to 1 (selected)
* Set BUNDLED_MODS_ONLY to 1 (checked)
* Click "Configure" again
* Set USE_HAMLIB to 1 (selected)
* Set USE_HAMLIB to 1 (checked)
* Click "Configure" again
* Set HAMLIB_DLLS to `C:/MSVCDev/CubicSDR/external/hamlib/64/libhamlib-2.dll`
* Set HAMLIB_INCLUDE_DIR to `C:/MSVCDev/CubicSDR/external/hamlib`