Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the link specifications for libSG_java on win32 (untested).
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 12:34:57 +0000 (14:34 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 12:44:57 +0000 (14:44 +0200)
commit6d10ceb338728d308864f891ef8a540da45dfa02
tree99cc6582ff58187ffcfcdf508060d962e678412c
parent576f5789336d40f76fbb07c4272cd684a860a1e5
Simplify the link specifications for libSG_java on win32 (untested).

The variable SIMGRID_LIB_NAME_NAME is never used, and probably gets an
undefined value here.  Remove its definition.

The variable SIMGRID_LIB_NAME is never set.  Remove reference to it.

Finally, use "target_link_libraries" for all platforms since I can't find any
reason to avoid it on win32.

Note that these changes are untested.
buildtools/Cmake/MakeJava.cmake