~ubuntu-branches/ubuntu/precise/kde4libs/precise-updates

« back to all changes in this revision

Viewing changes to .pc/make_libkdeinit4_private.diff/cmake/modules/FindKDE4Internal.cmake

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1349
1349
   # inside kdelibs the include dir and lib dir are internal, not "found"
1350
1350
   if (NOT _kdeBootStrapping)
1351
1351
       if(KDE4_INCLUDE_DIR)
1352
 
          message(STATUS "Found KDE 4.7 include dir: ${KDE4_INCLUDE_DIR}")
 
1352
          message(STATUS "Found KDE 4.8 include dir: ${KDE4_INCLUDE_DIR}")
1353
1353
       else(KDE4_INCLUDE_DIR)
1354
1354
          message(STATUS "ERROR: unable to find the KDE 4 headers")
1355
1355
       endif(KDE4_INCLUDE_DIR)
1356
1356
 
1357
1357
       if(KDE4_LIB_DIR)
1358
 
          message(STATUS "Found KDE 4.7 library dir: ${KDE4_LIB_DIR}")
 
1358
          message(STATUS "Found KDE 4.8 library dir: ${KDE4_LIB_DIR}")
1359
1359
       else(KDE4_LIB_DIR)
1360
1360
          message(STATUS "ERROR: unable to find the KDE 4 core library")
1361
1361
       endif(KDE4_LIB_DIR)