From 7b10e5f5c2821c7b9f79b644de063ce732698fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 9 Jun 2011 09:57:54 +0000 Subject: [PATCH] Removed debug output git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11780 383ad7c9-94d9-4d36-a494-682f7c89f535 --- OpenFlipper/cmake/plugin.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenFlipper/cmake/plugin.cmake b/OpenFlipper/cmake/plugin.cmake index cb7b03758..d0a68d550 100644 --- a/OpenFlipper/cmake/plugin.cmake +++ b/OpenFlipper/cmake/plugin.cmake @@ -437,7 +437,6 @@ function (_build_openflipper_plugin plugin) # Check if cuda is in the list of dependencies: list(FIND ${_PLUGIN}_DEPS "CUDA" FIND_RESULT) if ( NOT FIND_RESULT EQUAL -1 ) - message(status " CUDA REQUIRED!") # Required but maybe it is not found # finder is automatically called before this -- GitLab