diff CMakeLists.txt @ 44:3cb15c92ac28

CMake: small cleanup. generator: Rename 'package-depends' to 'depend'.
author SokoL_SD
date Sun, 17 May 2009 16:49:10 +0000
parents bfc76a437a62
children e00776053828
line wrap: on
line diff
--- a/CMakeLists.txt	Sun May 17 16:41:44 2009 +0000
+++ b/CMakeLists.txt	Sun May 17 16:49:10 2009 +0000
@@ -63,7 +63,6 @@
     get_filename_component(dc_parent_dir ${dc_path} NAME)
     if("${dc_parent_dir}" STREQUAL "bin")    	
 	get_filename_component(dc_path ${dc_path} PATH)
-	messagE(${dc_path})
     endif("${dc_parent_dir}" STREQUAL "bin")
     set(CMAKE_INSTALL_PREFIX
 	${dc_path} CACHE PATH "QtD install prefix" FORCE