]> granicus.if.org Git - libjpeg-turbo/commit
Fix the build of the Java classes when using MSVC 2010 and later. Something in the...
authorDRC <dcommander@users.sourceforge.net>
Tue, 11 Mar 2014 06:21:46 +0000 (06:21 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 11 Mar 2014 06:21:46 +0000 (06:21 +0000)
commitd45c54992b1ed28e9c31ecb6f9eb34b73a9a7ff3
tree18cb545205f022021c34f529bf5c2076d531068a
parent05d24e826d30bc11f17464dbfb5045a56337b05c
Fix the build of the Java classes when using MSVC 2010 and later.  Something in the recesses of my brain is telling me that I tried this before and it failed under some circumstances, but it must have been a bug in an older CMake implementation.  CMake 2.8.8 and later seem to work fine with this patch.  This patch also updates the minimum required version to 2.8.8, because 2.8.8 fixed another issue that was preventing the SIMD code from building under MSVC 2010 and later.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1148 632fc199-4ca6-4c93-a231-07263d6284db
CMakeLists.txt
ChangeLog.txt
java/CMakeLists.txt