summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:05 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:05 +0900
commit2916e0eaa4feeff9c06755fc988ec867c23bb2db (patch)
tree2b9272a53693052de544019e9c842dc5c1d06f4f /Source/cmVisualStudio10TargetGenerator.cxx
parentd140263a497b4a86818ab5e2017a66df43eb83fb (diff)
downloadcmake-2916e0eaa4feeff9c06755fc988ec867c23bb2db.tar.gz
cmake-2916e0eaa4feeff9c06755fc988ec867c23bb2db.tar.bz2
cmake-2916e0eaa4feeff9c06755fc988ec867c23bb2db.zip
Imported Upstream version 3.15.1upstream/3.15.1
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index ee5f9b4d0..8c6ba4edf 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -2643,8 +2643,7 @@ bool cmVisualStudio10TargetGenerator::ComputeClOptions(
clOptions.AddFlag("UseFullPaths", "false");
}
clOptions.AddFlag("PrecompiledHeader", "NotUsing");
- std::string asmLocation = configName + "/";
- clOptions.AddFlag("AssemblerListingLocation", asmLocation);
+ clOptions.AddFlag("AssemblerListingLocation", "$(IntDir)");
}
}