[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/libRTI CMakeLists.txt
From: |
certi-cvs |
Subject: |
[certi-cvs] certi/libRTI CMakeLists.txt |
Date: |
Tue, 02 Nov 2010 18:23:37 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 10/11/02 18:23:37
Modified files:
libRTI : CMakeLists.txt
Log message:
Relative path seems to bother Visual Studio 2010 generator
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/CMakeLists.txt?cvsroot=certi&r1=1.18&r2=1.19
Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libRTI/CMakeLists.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- CMakeLists.txt 31 May 2010 14:12:14 -0000 1.18
+++ CMakeLists.txt 2 Nov 2010 18:23:36 -0000 1.19
@@ -107,7 +107,7 @@
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-long-long")
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
-INCLUDE_DIRECTORIES(../libHLA)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/libHLA)
SET(FEDTIME_SRCS
RTIfedTime.cc
${CMAKE_SOURCE_DIR}/include/fedtime.hh
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/libRTI CMakeLists.txt,
certi-cvs <=