My project currently appends a "d" extension to all Debug executables (via CMAKE_DEBUG_POSTFIX). How can I configure CTEST to use this alternate extension when running Debug tests? (I was hoping for a similar CTEST_DEBUG_POSTFIX variable)<div>
<br></div><div> UtilityTest.exe (Release)</div><div> UtilityTestd.exe (Debug)</div><div><br></div><div><br></div><div>-Mike</div>