[cmake-commits] hoffman committed CMakeLists.txt 1.38 1.39

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 22 13:31:01 EST 2006


Update of /cvsroot/CMake/CMake/Tests/Wrapping
In directory public:/mounts/ram/cvs-serv15546/Tests/Wrapping

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: make sure findqt3 finds qt3 and not qt4


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Wrapping/CMakeLists.txt,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- CMakeLists.txt	9 Jan 2006 19:40:31 -0000	1.38
+++ CMakeLists.txt	22 Nov 2006 18:30:59 -0000	1.39
@@ -105,7 +105,7 @@
 INCLUDE( FindQt3 )
 
 IF (QT_FOUND AND QT_UIC_EXECUTABLE)
-
+  message("found qt 3 test it...")
   INCLUDE_DIRECTORIES( ${QT_INCLUDE_DIR} )
   INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BINARY_DIR} )
 



More information about the Cmake-commits mailing list