2
0
forked from Ivasoft/DSView

Merge pull request #37 from RichardSharpe/master

Make DSLogic-gui more portable and allow it to build on some versions of Fedora ...
This commit is contained in:
DreamSourceLab
2014-09-22 15:29:51 +08:00

View File

@@ -52,8 +52,8 @@ endif()
#-------------------------------------------------------------------------------
list(APPEND PKGDEPS
libsigrok4DSLogic>=0.2.0
libusb-1.0>=1.0.16
"libsigrok4DSLogic >= 0.2.0"
"libusb-1.0 >= 1.0.16"
)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")