Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win64
mingw64-kdepimlibs4
0001-Fix-wrong-find_package-dependency-for-KDEW...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-wrong-find_package-dependency-for-KDEWin.txt of Package mingw64-kdepimlibs4
From 94cdb37c57f89b49a69f2bcf1578194ffd769156 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Wed, 31 May 2017 14:56:19 +0200 Subject: [PATCH] Fix wrong find_package dependency for KDEWin. --- cmake/modules/FindGpgme.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindGpgme.cmake b/cmake/modules/FindGpgme.cmake index 5da9a60..2d42cce 100644 --- a/cmake/modules/FindGpgme.cmake +++ b/cmake/modules/FindGpgme.cmake @@ -78,7 +78,7 @@ if ( WIN32 ) # is this needed, of just unreflected cut'n'paste? # this isn't a KDE library, after all! if( NOT KDEWIN_FOUND ) - find_package( KDEWIN REQUIRED ) + find_package( KDEWin REQUIRED ) endif() set( GPGME_FOUND false ) -- 1.8.4.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor