Skip to content

Commit

Permalink
Mac: fix typo I made
Browse files Browse the repository at this point in the history
  • Loading branch information
Benitoite committed Sep 17, 2018
1 parent d6e4ba2 commit cdc187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit cdc187f

Please sign in to comment.