From e08f8d0041e88eae29f5da63533f38deec0bd607 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Mon, 21 May 2018 20:15:15 +0200 Subject: [PATCH] Changed 'selected' to 'checked' as CMake-gui present boolean values as checkboxes --- Build-Windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Build-Windows.md b/Build-Windows.md index f6f4dad..00ce622 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -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`