From 3b588ac58256540e6dc974cf2d1a122c95f19171 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 23 Jan 2018 09:27:30 -0500 Subject: cpack: Enable MSVC debug hook earlier All other executables do this just after console and command-line encoding conversion. Do the same in CPack. --- Source/CPack/cpack.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index addb54e..2505a33 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -98,6 +98,7 @@ int main(int argc, char const* const* argv) argc = args.argc(); argv = args.argv(); + cmSystemTools::EnableMSVCDebugHook(); cmSystemTools::FindCMakeResources(argv[0]); cmCPackLog log; @@ -106,8 +107,6 @@ int main(int argc, char const* const* argv) log.SetOutputPrefix("CPack: "); log.SetVerbosePrefix("CPack Verbose: "); - cmSystemTools::EnableMSVCDebugHook(); - if (cmSystemTools::GetCurrentWorkingDirectory().empty()) { cmCPack_Log(&log, cmCPackLog::LOG_ERROR, "Current working directory cannot be established." -- cgit v0.12