From cdc187f9aa88135f7c57dfad71374da85d93f6ac Mon Sep 17 00:00:00 2001 From: Benitoite Date: Mon, 17 Sep 2018 16:39:48 -0700 Subject: [PATCH] Mac: fix typo I made --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bca387153..f2739c4da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,7 +254,7 @@ endif() if(APPLE) if("${CODESIGNID}") - set(CODESIGNID "${CODESIGNID}" CAHCE STRING "Codesigning Identity") + set(CODESIGNID "${CODESIGNID}" CACHE STRING "Codesigning Identity") endif() endif()