From 7e816305bcca15a80a788195efc3322e4d0b7b74 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 7 Jul 2014 20:22:19 -0700 Subject: [PATCH] Make DSLogic-gui more portable. Signed-off-by: Richard Sharpe --- DSLogic-gui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSLogic-gui/CMakeLists.txt b/DSLogic-gui/CMakeLists.txt index 539ab0df..f2e563d1 100644 --- a/DSLogic-gui/CMakeLists.txt +++ b/DSLogic-gui/CMakeLists.txt @@ -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/")