From: mquinson Date: Thu, 17 Jun 2010 12:32:30 +0000 (+0000) Subject: unifiy the names of target building some bindings X-Git-Tag: v3_5~917 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a555262a5f8fd11eef367d790ecef2a9c81cb277 unifiy the names of target building some bindings git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7892 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 06d37d6874..a78d577419 100755 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -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 )