Mac: fix typo I made

This commit is contained in:
Benitoite
2018-09-17 16:39:48 -07:00
committed by GitHub
parent d6e4ba296e
commit cdc187f9aa

View File

@@ -254,7 +254,7 @@ endif()
if(APPLE) if(APPLE)
if("${CODESIGNID}") if("${CODESIGNID}")
set(CODESIGNID "${CODESIGNID}" CAHCE STRING "Codesigning Identity") set(CODESIGNID "${CODESIGNID}" CACHE STRING "Codesigning Identity")
endif() endif()
endif() endif()