X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9aee84f687f4aa409f192f2d68722eb00db17d30..1c6dad0f88954f0497ed2ae336790f663b2fa35e:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e63a070d55..6ae37c9e03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,6 @@ endif(VBC) ### Find programs and paths FIND_PROGRAM(GCOV_PATH gcov) -FIND_PROGRAM(VALGRIND_PATH valgrind) include(FindPerl) if(NOT PERL_EXECUTABLE) message(FATAL_ERROR "-- SimGrid cannot be compiled without Perl installed -- sorry. Bailling out.") @@ -215,11 +214,6 @@ endif(NOT WIN32) ### Make Exes include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/MakeExe.cmake) -### Make Simgrid.jar and Java examples -if(HAVE_JAVA) - include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/MakeJava.cmake) -endif(HAVE_JAVA) - ### Make tests if(NOT WIN32) include(${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/AddTests.cmake)