Fix Linux CI

Fix case sensitive file name issue on Linux build
This commit is contained in:
McMassiveNZ
2022-12-06 23:31:18 +01:00
parent addb00907e
commit 619e41a1cb

View File

@@ -19,7 +19,7 @@ OPTION(ENABLE_SANITIZERS "Enable Sanitizer Tools" ON)
set(SCRIPTS_DIR ${CMAKE_CURRENT_LIST_DIR}/scripts)
include(${SCRIPTS_DIR}/compilerWarnings.cmake)
include(${SCRIPTS_DIR}/compilerwarnings.cmake)
include(${SCRIPTS_DIR}/sanitizers.cmake)
include(${SCRIPTS_DIR}/staticanalysis.cmake)