Wireshark-commits: [Wireshark-commits] rev 49105: /trunk/ /trunk/cmake/modules/: FindPYTHON.cmake /

Date: Wed, 01 May 2013 09:21:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49105

User: jmayer
Date: 2013/05/01 02:21 AM

Log:
 - Fix logic for finding packages with differing Find-name
   and returned variable-names:
   Old: Provide the var name and adapt the find-name
   New: Provide the find-name and adapt the var name
   This allows for different packages with the same var name.
   This chage effects Qt4 and PythonInterp.
 - Replace self created FindPYTHON with cmake provided
   FindPythonLibs.

Directory: /trunk/cmake/modules/
  Changes    Path                Action
  +0 -199    FindPYTHON.cmake    Removed

Directory: /trunk/
  Changes    Path              Action
  +22 -19    CMakeLists.txt    Modified