Bringing fix that has not been migrated to github yet (fixes Windows release builds)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user