[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi RTIG/CMakeLists.txt RTIA/CMakeLists.txt
From: |
CERTI CVS commits |
Subject: |
[certi-cvs] certi RTIG/CMakeLists.txt RTIA/CMakeLists.txt |
Date: |
Mon, 03 Mar 2014 14:27:22 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 14/03/03 14:27:22
Modified files:
RTIG : CMakeLists.txt
RTIA : CMakeLists.txt
Log message:
prefer absolute path usage for generated files
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/CMakeLists.txt?cvsroot=certi&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/CMakeLists.txt?cvsroot=certi&r1=1.14&r2=1.15
Patches:
Index: RTIG/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/RTIG/CMakeLists.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- RTIG/CMakeLists.txt 20 Sep 2013 12:09:15 -0000 1.13
+++ RTIG/CMakeLists.txt 3 Mar 2014 14:27:21 -0000 1.14
@@ -13,7 +13,7 @@
)
endif(GENGETOPT_PROGRAM)
set(rtig_SRCS_generated
- RTIG_cmdline.c RTIG_cmdline.h)
+ ${CMAKE_CURRENT_SOURCE_DIR}/RTIG_cmdline.c
${CMAKE_CURRENT_SOURCE_DIR}/RTIG_cmdline.h)
IF (CMAKE_COMPILER_IS_GNUCC)
message(STATUS "INHIBIT Compiler (GCC) warning for gengetopt generated
files: ${rtig_SRCS_generated}.")
Index: RTIA/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/RTIA/CMakeLists.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- RTIA/CMakeLists.txt 20 Sep 2013 12:09:16 -0000 1.14
+++ RTIA/CMakeLists.txt 3 Mar 2014 14:27:22 -0000 1.15
@@ -13,7 +13,7 @@
)
endif(GENGETOPT_PROGRAM)
set(rtia_SRCS_generated
- RTIA_cmdline.c RTIA_cmdline.h)
+ ${CMAKE_CURRENT_SOURCE_DIR}/RTIA_cmdline.c
${CMAKE_CURRENT_SOURCE_DIR}/RTIA_cmdline.h)
IF (CMAKE_COMPILER_IS_GNUCC)
message(STATUS "INHIBIT Compiler (GCC) warning for gengetopt generated
files: ${rtia_SRCS_generated}.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi RTIG/CMakeLists.txt RTIA/CMakeLists.txt,
CERTI CVS commits <=