diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rathaxes_remove_the_system_argument_in_hello_world.patch	Sun Jan 15 21:36:15 2012 +0100
@@ -0,0 +1,19 @@
+# HG changeset patch
+# Parent 8d4d86ab5a700580938519f251a7351b3a82c0a0
+rathaxes: simply generate the hello world sample for the current system
+
+diff --git a/rathaxes/samples/helloworld/CMakeLists.txt b/rathaxes/samples/helloworld/CMakeLists.txt
+--- a/rathaxes/samples/helloworld/CMakeLists.txt
++++ b/rathaxes/samples/helloworld/CMakeLists.txt
+@@ -1,9 +1,8 @@
+ ADD_RATHAXES_SOURCES(hello hello.rtx
+                      RTI types.rti main.rti log.rti
+-                     BLT types.blt log.blt main.blt
+-                     SYSTEM linux)
++                     BLT types.blt log.blt main.blt)
+ 
+-ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello linux)
++ADD_RATHAXES_EXECUTABLE(Test_Rathaxes_Samples_Helloworld hello)
+ 
+ ADD_TEST(Rathaxes_Samples_Helloworld Test_Rathaxes_Samples_Helloworld "Success")
+ SET_TESTS_PROPERTIES(Rathaxes_Samples_Helloworld PROPERTIES PASS_REGULAR_EXPRESSION