X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb56175c151164814ba050079ebc4ff9040eb9ea..8477291df42541085fa7c670fd39ba16dfa8860e:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f5292676..f793f39940 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,21 +237,6 @@ include(CheckSymbolExists) include(FindGraphviz) include(FindLibSigc++) -if(enable_java) - find_package(Java REQUIRED COMPONENTS Runtime Development) - find_package(JNI REQUIRED) - message("-- [Java] JNI found: ${JNI_FOUND}") - message("-- [Java] JNI include dirs: ${JNI_INCLUDE_DIRS}") - find_package(SWIG) - if(SWIG_FOUND) - include(UseSWIG) - message("-- [Java] Swig found: version ${SWIG_VERSION}") - else() - message("-- [Java] Swig NOT FOUND. Surf java bindings won't get refreshed. That's fine unless you work on this part yourself.") - endif() - mark_as_advanced(SWIG_EXECUTABLE) - set(HAVE_Java 1) -endif() if(enable_scala) find_package(Scala REQUIRED) message("-- [Scala] scalac found: ${SCALA_COMPILE}")