Bringing fix that has not been migrated to github yet (fixes Windows release builds)

This commit is contained in:
Esteban Papp
2021-04-15 19:01:15 -07:00
committed by GitHub
parent c2f9019f7c
commit 4edbf7890b
2 changed files with 2 additions and 1 deletions
@@ -138,6 +138,7 @@ endif()
if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_pytest(
NAME AutomatedTesting::BlastTests
TEST_SUITE sandbox
TEST_SERIAL TRUE
PATH ${CMAKE_CURRENT_LIST_DIR}/Blast/TestSuite_Active.py
TIMEOUT 3600
@@ -34,7 +34,6 @@ namespace AZ
#if !defined(IMGUI_ENABLED)
class DebugConsole {};
#else
#endif // defined(IMGUI_ENABLED)
////////////////////////////////////////////////////////////////////////////////////////////////
//! A debug console used to enter debug console commands and display debug log messages.
//!
@@ -132,4 +131,5 @@ namespace AZ
bool m_autoScroll = true; //!< Should we auto-scroll as new entries are added?
bool m_forceScroll = false; //!< Do we need to force scroll after input entered?
};
#endif // defined(IMGUI_ENABLED)
} // namespace AZ