mirror of https://github.com/drowe67/librtlsdr.git
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
parent
f236b57bb9
commit
ea168c1d6d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue