Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove remaining mentions of Swig.
[simgrid.git] / tools / cmake / Java.cmake
index ebc2e3d..3d5a70d 100644 (file)
@@ -22,15 +22,6 @@ if(WIN32)
   endif()
 endif()
 
-# find_package(SWIG)
-# if(${SWIG_FOUND})
-#   include(UseSWIG)
-#   message("-- [Java] Swig found: version ${SWIG_VERSION}")
-# else()
-#   message("-- [Java] Swig NOT FOUND. That's fine unless you work on this part yourself.")
-# endif()
-#mark_as_advanced(SWIG_EXECUTABLE)
-
 # Rules to build libsimgrid-java
 ################################