certi-cvs
[Top][All Lists]
Advanced

[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: Mon, 22 Sep 2008 07:37:01 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       08/09/22 07:37:01

Modified files:
        scripts        : FindRTI.cmake 

Log message:
        Version sent to CMake. Added additional comments explaining what is HLA 
RTI.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/FindRTI.cmake?cvsroot=certi&r1=1.1&r2=1.2

Patches:
Index: FindRTI.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/FindRTI.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- FindRTI.cmake       13 Sep 2008 18:59:49 -0000      1.1
+++ FindRTI.cmake       22 Sep 2008 07:37:00 -0000      1.2
@@ -1,7 +1,11 @@
-# - Find HLA RTI libraries
-# This module finds if any HLA RTI is installed and determines where the 
include
-# files and libraries are.
-# See http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
+# - Try to find HLA RTI libraries
+# This module finds if any HLA RTI is installed and locates the standard RTI
+# include files and libraries.
+#
+# RTI is a simulation infrastructure standartized by IEEE and SISO. It has a
+# well defined C++ API that assures that simulation applications are
+# independent on a particular RTI implementation.
+# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation)
 #
 # This code sets the following variables:
 #  RTI_INCLUDE_DIRS = the directory(ies) where RTI includes file are found
@@ -9,6 +13,8 @@
 #  RTI_DEFINITIONS = -DRTI_USES_STD_FSTREAM
 #  RTI_LIBRARY_DIRS = Set of library directories
 #  RTI_FOUND = Set to FALSE if any HLA RTI was not found
+#
+# Report problems to <address@hidden>
 
 INCLUDE(CMakeFindFrameworks)
 
@@ -18,9 +24,7 @@
   ENDIF(NOT ${QUIET})
 ENDMACRO(MESSAGE_QUIETLY QUIET TYPE MSG)
 
-# Detect the CERTI installation
-# CERTI is an Open Source HLA RunTime Infrastructure
-# See https://savannah.nongnu.org/projects/certi or http://www.cert.fr/CERTI/
+# Detect the CERTI installation, http://www.cert.fr/CERTI
 IF ("$ENV{CERTI_HOME}" STRGREATER "")
   FILE(TO_CMAKE_PATH "$ENV{CERTI_HOME}" CERTI_HOME)
   MESSAGE_QUIETLY(RTI_FIND_QUIETLY STATUS "Using environment defined 
CERTI_HOME: ${CERTI_HOME}")
@@ -28,6 +32,7 @@
 
 SET(RTI_DEFINITIONS "-DRTI_USES_STD_FSTREAM")
 
+# Detect the MAK Technologies RTI installation, 
http://www.mak.com/products/rti.php
 # note: the following list is ordered to find first the most recent version
 SET(POSSIBLE_DIRS
   ${CERTI_HOME}
@@ -93,4 +98,4 @@
   RTI_DEFINITIONS
   RTI_LIBRARY_DIRS)
 
-# $Id: FindRTI.cmake,v 1.1 2008/09/13 18:59:49 gotthardp Exp $
+# $Id: FindRTI.cmake,v 1.2 2008/09/22 07:37:00 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]