Make sanitizers truly optional (#4689)

This commit is contained in:
pajlada
2023-06-17 17:01:16 +02:00
committed by GitHub
parent 36bc8e0520
commit 2d3d3ae46e
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ if (WIN32)
find_package(WinToast REQUIRED)
endif ()
find_package(Sanitizers)
find_package(Sanitizers QUIET)
# Find boost on the system
# `OPTIONAL_COMPONENTS random` is required for vcpkg builds to link.