From baa3d8f8782e51e5187e077412f55baff81e978c Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:21:22 +0200 Subject: [PATCH] Recast: fix cmake debug options Program is no longer called 'naveditor.exe', assigned to-debug program name to project name. --- src/naveditor/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/naveditor/CMakeLists.txt b/src/naveditor/CMakeLists.txt index 91d6b638..fa8fa52d 100644 --- a/src/naveditor/CMakeLists.txt +++ b/src/naveditor/CMakeLists.txt @@ -89,7 +89,6 @@ end_sources( "${BUILD_OUTPUT_DIR}/bin/" ) whole_program_optimization() set_target_properties( ${PROJECT_NAME} PROPERTIES - VS_DEBUGGER_COMMAND "naveditor.exe" VS_DEBUGGER_COMMAND_ARGUMENTS "-console" VS_DEBUGGER_WORKING_DIRECTORY "$(ProjectDir)../../../${BUILD_OUTPUT_DIR}/bin/" )