patch [#27070] cmake fix for nmake builds

This commit is contained in:
Campbell Barton
2011-04-21 12:07:40 +00:00
parent 96d04bd9ea
commit aa7106e4cb

View File

@@ -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)