summaryrefslogtreecommitdiffstats
path: root/Modules/FindRTI.cmake
diff options
context:
space:
mode:
authorPetr Gotthard <gotthard@honeywell.com>2008-10-25 18:25:33 (GMT)
committerPetr Gotthard <gotthard@honeywell.com>2008-10-25 18:25:33 (GMT)
commitde25f5d131a05e4960d90a2e10bdc37cf20c23da (patch)
tree405ecc745855d54f1cbd5c6d3ca13d6526d0b446 /Modules/FindRTI.cmake
parentd572f60ba48ce0dc59adbcba8f14b6e5bffb48b0 (diff)
downloadCMake-de25f5d131a05e4960d90a2e10bdc37cf20c23da.zip
CMake-de25f5d131a05e4960d90a2e10bdc37cf20c23da.tar.gz
CMake-de25f5d131a05e4960d90a2e10bdc37cf20c23da.tar.bz2
BUG: removed unused CMakeFindFrameworks include
Diffstat (limited to 'Modules/FindRTI.cmake')
-rw-r--r--Modules/FindRTI.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindRTI.cmake b/Modules/FindRTI.cmake
index 9efea3d..be3ad8f 100644
--- a/Modules/FindRTI.cmake
+++ b/Modules/FindRTI.cmake
@@ -15,8 +15,6 @@
#
# Report problems to <certi-devel@nongnu.org>
-INCLUDE(CMakeFindFrameworks)
-
MACRO(RTI_MESSAGE_QUIETLY QUIET TYPE MSG)
IF(NOT ${QUIET})
MESSAGE(${TYPE} "${MSG}")