Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now generate simgrid.jar with libsimgrid and not at all builds.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Apr 2010 16:11:48 +0000 (16:11 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Apr 2010 16:11:48 +0000 (16:11 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7555 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/src/CMakeMakeExeLib.txt
buildtools/Cmake/src/CMakePrintArgs.txt

index c4f85f8..2f076e4 100644 (file)
@@ -131,7 +131,7 @@ if(HAVE_JAVA)
                set(java_src_to_compile "${java_src_to_compile} ${file}")       
        endforeach(file ${JMSG_JAVA_SRC})
 
-       add_custom_target(simgrid.jar   ALL
+       add_custom_command(TARGET simgrid
        COMMAND /bin/sh ${PROJECT_DIRECTORY}/make_simgrid_java.sh
        WORKING_DIRECTORY "${PROJECT_DIRECTORY}"
        )
index b31cb18..61f46d6 100644 (file)
@@ -108,11 +108,3 @@ message("  Smpi dependencies   :   ${SMPI_DEP}")
 message("")
 message("      INSTALL_PREFIX:         ${CMAKE_INSTALL_PREFIX}")
 message("")
-
-if(HAVE_GTNETS)
-message("INFO -->> Take care to have export LD_LIBRARY_PATH before run make command for make examples with gtnets")
-message("copy and paste : export LD_LIBRARY_PATH=${gtnets_path}/lib/:$LD_LIBRARY_PATH")
-
-message("")
-message("")
-endif(HAVE_GTNETS)