Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix distcheck
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 5 Mar 2016 21:01:21 +0000 (22:01 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 5 Mar 2016 21:01:21 +0000 (22:01 +0100)
teshsuite/java/CMakeLists.txt

index 322238f..507ba9f 100644 (file)
@@ -1,6 +1,6 @@
 foreach(example SemaphoreGC SleepHostOff)
   set(sources ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.java)
-  set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${example}.tesh PARENT_SCOPE)
+  set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.tesh PARENT_SCOPE)
 
   if(enable_java)
     add_custom_command(