Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-21 16:07:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-21 16:07:40 +0400
commitaa7106e4cb4eef6c563ece8f31467bdc7e382db9 (patch)
treee8459e0b15572376c920eb83d9dea5d2f7221224 /source
parent96d04bd9ea8fd1f8cf24c8f15e5f8a8065fc0dc5 (diff)
patch [#27070] cmake fix for nmake builds
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 92455e88246..87850528648 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -217,7 +217,7 @@ endif()
# Post build steps for bundling/packaging.
-if(MSVC)
+if(MSVC_IDE)
# ${CMAKE_CFG_INTDIR} should replace \${BUILD_TYPE} when using add_command
set(TARGETDIR ${EXECUTABLE_OUTPUT_PATH}/\${BUILD_TYPE})
elseif(APPLE)