From e5811b752c41cd65b4f72c45f5cdb99709292a69 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Thu, 26 Jan 2017 18:27:34 -0700 Subject: [PATCH] Correct libusb include dir argument to cmake --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 664bba4d..f0f73939 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ build_script: - cd c:\projects\hackrf\host\build - cmake -G "Visual Studio 14 2015" \ -DLIBUSB_LIBRARIES="C:\\libusb\\MS64\\dll\\libusb-1.0.lib" \ - -DLIBUSB_INCLUDE_DIRS="C:\\libusb\\include\\libusb-1.0" \ + -DLIBUSB_INCLUDE_DIR="C:\\libusb\\include\\libusb-1.0" \ -DTHREADS_PTHREADS_INCLUDE_DIR=c:\pthreads\Pre-built.2\include \ -DTHREADS_PTHREADS_WIN32_LIBRARY=c:\pthreads\Pre-built.2\lib\x64\pthreadVC2.lib \ -DPKG_CONFIG_EXECUTABLE="C:\\pkg-config\\bin\\pkg-config.exe" \