summaryrefslogtreecommitdiff
path: root/trunk/simd
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-04 21:00:53 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-04-04 21:00:53 +0000
commit4daf87fe90f4ca0e3cd802f575cd1d0e8164cbd3 (patch)
tree68816ae8ba2a9f43455ec9e071e4dc25d204ae61 /trunk/simd
parent2401f1fe273f75e49f2db440ccdbd8d350bffff7 (diff)
Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker)
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@570 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/simd')
-rwxr-xr-xtrunk/simd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/simd/CMakeLists.txt b/trunk/simd/CMakeLists.txt
index 3bd4ce8..d67591e 100755
--- a/trunk/simd/CMakeLists.txt
+++ b/trunk/simd/CMakeLists.txt
@@ -36,7 +36,7 @@ else()
endif()
if(MSVC_IDE)
- set(OBJDIR "${CMAKE_CURRENT_BINARY_DIR}/$(OutDir)")
+ set(OBJDIR "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}")
else()
set(OBJDIR ${CMAKE_CURRENT_BINARY_DIR})
endif()