mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Windows: use upstream repository for LimeSuite and latest release (22.09.0)
This commit is contained in:
parent
2c286ac2fd
commit
2d7c10aa42
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
@ -1110,8 +1110,8 @@ if (WIN32 OR APPLE)
|
||||
set(LIMESUITE_LIBRARY "${SDRANGEL_BINARY_LIB_DIR}/LimeSuite.lib" CACHE INTERNAL "")
|
||||
endif ()
|
||||
ExternalProject_Add(limesuite
|
||||
GIT_REPOSITORY https://github.com/f4exb/LimeSuite.git
|
||||
GIT_TAG "msvc_fix"
|
||||
GIT_REPOSITORY https://github.com/myriadrf/LimeSuite.git
|
||||
GIT_TAG ${LIMESUITE_TAG}
|
||||
DEPENDS ${LIBUSB_DEPENDS}
|
||||
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/limesuite"
|
||||
CMAKE_ARGS ${COMMON_CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
|
||||
|
Loading…
Reference in New Issue
Block a user