changed default of option RTL_FULL_STATIC_BUILD to ON

This only affects the extra CMakeLists.txt below win32-qtcreator.
  This compiles fully static - without librtlsdr.dll.

Root CMakeLists.txt, with option RTL_STATIC_BUILD ON,
  does compile librtlsdr.dll and the rtl_* tools require it.

Signed-off-by: hayati ayguen <h_ayguen@web.de>
development
hayati ayguen 2017-02-15 21:20:49 +01:00
parent f236b57bb9
commit ea168c1d6d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 2.8)
# edit this path
SET( LIBUSBBASE C:/src/_foreign/libusb-1.0.20 )
OPTION(RTL_FULL_STATIC_BUILD "Build rtl-tools fully static." OFF)
OPTION(RTL_FULL_STATIC_BUILD "Build rtl-tools fully static." ON)
if(RTL_FULL_STATIC_BUILD)
if (WIN32)