Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
(for now?) we generate libsimgrid.dll, and not simgrid.dll as cmake used to think.
[simgrid.git] / buildtools / Cmake / MakeJava.cmake
index 6743ded..6bd3173 100644 (file)
@@ -48,7 +48,7 @@ endif()
 set(SIMGRID_JAR "${CMAKE_BINARY_DIR}/simgrid.jar")
 set(MANIFEST_FILE "${CMAKE_HOME_DIRECTORY}/src/bindings/java/MANIFEST.MF")
 set(LIBSIMGRID_SO
-  ${CMAKE_SHARED_LIBRARY_PREFIX}simgrid${CMAKE_SHARED_LIBRARY_SUFFIX})
+  libsimgrid${CMAKE_SHARED_LIBRARY_SUFFIX})
 set(LIBSG_JAVA_SO
   ${CMAKE_SHARED_LIBRARY_PREFIX}SG_java${CMAKE_SHARED_LIBRARY_SUFFIX})