Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stupid typo that breaks everything
authorSUTER Frederic <frederic.suter@cc.in2p3.fr>
Thu, 23 Dec 2021 12:54:17 +0000 (13:54 +0100)
committerSUTER Frederic <frederic.suter@cc.in2p3.fr>
Thu, 23 Dec 2021 12:54:17 +0000 (13:54 +0100)
examples/cpp/CMakeLists.txt

index db1d78a..19f3cc5 100644 (file)
@@ -39,8 +39,8 @@ if(HAVE_GRAPHVIZ)
                              --cd ${CMAKE_BINARY_DIR}/examples/cpp/dag-from-dot
                              ${CMAKE_HOME_DIRECTORY}/examples/cpp/dag-from-dot/s4u_dag-from-dot.tesh)
  endif()
- set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-frm-dot.cpp)
- set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-frm-dot.tesh)
+ set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-from-dot.cpp)
+ set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/dag-from-dot/s4u_dag-from-dot.tesh)
 
 
 if(SIMGRID_HAVE_MC)