From e5af37912df970ea2ae4a51f3a1859506fe8736c Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Mon, 6 Apr 2020 14:11:56 -0400 Subject: [PATCH] Fix CMake path to IOKit --- 3rdparty/libusb_cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/libusb_cmake/CMakeLists.txt b/3rdparty/libusb_cmake/CMakeLists.txt index 067ce56bb6fd..82b6448d4ca0 100644 --- a/3rdparty/libusb_cmake/CMakeLists.txt +++ b/3rdparty/libusb_cmake/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.4) -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_BINARY_DIR}/cmake/modules") +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") set(LIBUSB_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../libusb/)