From 966b706ef469b6c5fff37d51a91bfcf4e331806a Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:04:09 -0700 Subject: [PATCH] cmake: fixed issue in crashpad find script --- cmake/FindGoogleCrashpad.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindGoogleCrashpad.cmake b/cmake/FindGoogleCrashpad.cmake index b1f35c2fd..887bd0dfe 100644 --- a/cmake/FindGoogleCrashpad.cmake +++ b/cmake/FindGoogleCrashpad.cmake @@ -93,7 +93,7 @@ set (_crashpad_required if (WIN32 OR (UNIX AND NOT APPLE)) set (_crashpad_components ${_crashpad_components} - compat + compat/compat ) set (_crashpad_required