Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change way to compile with java.
[simgrid.git] / buildtools / CPACK / src / CMakePrintArgs.txt
index bd09dfa..f92d18f 100644 (file)
@@ -32,3 +32,11 @@ message("")
 message("      USER_PREFIX:            ${prefix}")
 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)