[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/cmake/modules
From:       Lorenzo Villani <lvillani () binaryhelix ! net>
Date:       2008-11-08 18:02:43
Message-ID: 1226167363.724711.19851.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 881659 by villani:

- some distributions package google ctemplate headers in /usr/include/ctemplate \
instead of /usr/include/google, adapt cmake/modules/FindGoogleCtemplate.cmake

 M  +1 -1      FindGoogleCtemplate.cmake  


--- trunk/koffice/cmake/modules/FindGoogleCtemplate.cmake #881658:881659
@@ -14,7 +14,7 @@
 
 SET( GOOGLE_CTEMPLATE_FOUND 0 CACHE BOOL "Do we have Google CTemplate?" )
 
-FIND_PATH(GOOGLE_CTEMPLATE_INCLUDE_DIR google/template.h )
+FIND_PATH(GOOGLE_CTEMPLATE_INCLUDE_DIR HINTS google/template.h ctemplate/template.h \
)  
 FIND_LIBRARY(GOOGLE_CTEMPLATE_THREAD_LIB NAMES ctemplate libctemplate \
libctemplate-debug )  FIND_LIBRARY(GOOGLE_CTEMPLATE_NOTHREAD_LIB ctemplate_nothreads \
libctemplate_nothreads ctemplate_nothreads-debug )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic