Bug 335786

Summary: FindNetworkManager not found
Product: [Frameworks and Libraries] frameworks-kdelibs4support Reporter: Harald Sitter <sitter>
Component: generalAssignee: Jan Grulich <jgrulich>
Status: RESOLVED FIXED    
Severity: normal CC: arojas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Harald Sitter 2014-06-04 12:05:05 UTC
src/solid-networkstatus/kded/CMakeLists.txt tries to find_package(NetworkManager)

the related finder is in cmake/modules/, but only cmake/ is added to the module search path so cmake cries because it can't find the finder

Reproducible: Always
Comment 1 Harald Sitter 2014-06-04 12:34:46 UTC
Assigning to jgrulich as suggsted by afiestas
Comment 2 Jan Grulich 2014-06-04 13:24:07 UTC
Git commit fc795557c7ae134de040a951992925118240f906 by Jan Grulich.
Committed on 04/06/2014 at 13:18.
Pushed by grulich into branch 'master'.

Properly find NetworkManager cmake module

M  +1    -1    CMakeLists.txt

http://commits.kde.org/kdelibs4support/fc795557c7ae134de040a951992925118240f906
Comment 3 Antonio Rojas 2014-06-04 15:22:19 UTC
*** Bug 334211 has been marked as a duplicate of this bug. ***