11 lines
322 B
Diff
11 lines
322 B
Diff
--- CMakeLists.txt.orig
|
|
+++ CMakeLists.txt
|
|
@@ -48,7 +48,7 @@
|
|
find_package(libusb REQUIRED)
|
|
|
|
## Package configuration (pkg-config) on unix-based systems
|
|
-if (NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
|
|
+if (NOT WIN32)
|
|
add_subdirectory(cmake/pkgconfig)
|
|
find_package(PkgConfig)
|
|
pkg_check_modules(GTK3 gtk+-3.0)
|