Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to specify the number of argument thanks to xbt_dynar_t
[simgrid.git] / buildtools / Cmake / Distrib.cmake
index 06d37d6..a78d577 100755 (executable)
@@ -61,7 +61,7 @@ endif(HAVE_JAVA)
 
 if(HAVE_LUA)
        file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/lib/lua/5.1")
-       add_custom_target(lua_simgrid ALL
+       add_custom_target(simgrid_lua ALL
                COMMAND ${CMAKE_COMMAND} -E create_symlink ../../libsimgrid.so ${CMAKE_BINARY_DIR}/lib/lua/5.1/simgrid.so
                DEPENDS simgrid
                )