comparison rathaxes_remove_the_system_argument_in_hello_world.patch @ 49:0c55f24c6b3d

Add a series of patch related to the build systme
author Louis Opter <louis@lse.epitech.net>
date Sun, 15 Jan 2012 21:36:15 +0100
parents
children
comparison
equal deleted inserted replaced
48:7b377e31fea3 49:0c55f24c6b3d
1 # HG changeset patch
2 # Parent 8d4d86ab5a700580938519f251a7351b3a82c0a0
3 rathaxes: simply generate the hello world sample for the current system
4
5 diff --git a/rathaxes/samples/helloworld/CMakeLists.txt b/rathaxes/samples/helloworld/CMakeLists.txt
6 --- a/rathaxes/samples/helloworld/CMakeLists.txt
7 +++ b/rathaxes/samples/helloworld/CMakeLists.txt
8 @@ -1,9 +1,8 @@
9 ADD_RATHAXES_SOURCES(hello hello.rtx
10 RTI types.rti main.rti log.rti
11 - BLT types.blt log.blt main.blt
12 - SYSTEM linux)
13 + BLT types.blt log.blt main.blt)
14
15 -ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello linux)
16 +ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello)
17
18 ADD_TEST(Rathaxes_Samples_Helloworld Test_Rathaxes_Samples_Helloworld "Success")
19 SET_TESTS_PROPERTIES(Rathaxes_Samples_Helloworld PROPERTIES PASS_REGULAR_EXPRESSION