[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/scripts FindRTI.cmake
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/scripts FindRTI.cmake |
Date: |
Sat, 25 Oct 2008 18:35:00 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Petr Gotthard <gotthardp> 08/10/25 18:35:00
Modified files:
scripts : FindRTI.cmake
Log message:
Removed unused CMakeFindFrameworks include
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/FindRTI.cmake?cvsroot=certi&r1=1.5&r2=1.6
Patches:
Index: FindRTI.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/FindRTI.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- FindRTI.cmake 25 Oct 2008 16:37:29 -0000 1.5
+++ FindRTI.cmake 25 Oct 2008 18:34:59 -0000 1.6
@@ -15,8 +15,6 @@
#
# Report problems to <address@hidden>
-INCLUDE(CMakeFindFrameworks)
-
MACRO(RTI_MESSAGE_QUIETLY QUIET TYPE MSG)
IF(NOT ${QUIET})
MESSAGE(${TYPE} "${MSG}")
@@ -92,4 +90,4 @@
ENDIF (RTI_FIND_REQUIRED)
ENDIF(RTI_LIBRARY AND RTI_INCLUDE_DIR)
-# $Id: FindRTI.cmake,v 1.5 2008/10/25 16:37:29 gotthardp Exp $
+# $Id: FindRTI.cmake,v 1.6 2008/10/25 18:34:59 gotthardp Exp $