Blind fix for failing linux
Blind fix for Linux failing to generate a CMake project on the CI
This commit is contained in:
@@ -17,9 +17,11 @@ OPTION(ENABLE_WARNINGS_AS_ERRORS "Warnings are treated as Errors" ON)
|
|||||||
OPTION(ENABLE_STATIC_ANALYSIS "Enable Static Analysis Tools" ON)
|
OPTION(ENABLE_STATIC_ANALYSIS "Enable Static Analysis Tools" ON)
|
||||||
OPTION(ENABLE_SANITIZERS "Enable Sanitizer Tools" ON)
|
OPTION(ENABLE_SANITIZERS "Enable Sanitizer Tools" ON)
|
||||||
|
|
||||||
include(scripts/compilerWarnings.cmake)
|
set(SCRIPTS_DIR ${CMAKE_CURRENT_LIST_DIR}/scripts)
|
||||||
include(scripts/sanitizers.cmake)
|
|
||||||
include(scripts/staticanalysis.cmake)
|
include(${SCRIPTS_DIR}/compilerWarnings.cmake)
|
||||||
|
include(${SCRIPTS_DIR}/sanitizers.cmake)
|
||||||
|
include(${SCRIPTS_DIR}/staticanalysis.cmake)
|
||||||
|
|
||||||
if (ENABLE_TESTS)
|
if (ENABLE_TESTS)
|
||||||
message("Unit Testing Enabled")
|
message("Unit Testing Enabled")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
include(${CMAKE_SOURCE_DIR}/scripts/googletest.cmake)
|
include(${SCRIPTS_DIR}/googletest.cmake)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
blank-slate-test
|
blank-slate-test
|
||||||
|
|||||||
Reference in New Issue
Block a user