From cce430fbfac1cdf51931c2160cf5592e09080c6f Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 14 Nov 2016 23:19:06 +0100 Subject: [PATCH] Cocoa: Fix typo Closes #897. --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index fe946f5c..bb53ea7e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -22,7 +22,7 @@ if (WIN32) elseif (APPLE) set(ICON glfw.icns) set_source_files_properties(glfw.icns PROPERTIES - MAXOSX_PACKAGE_LOCATION "Resources") + MACOSX_PACKAGE_LOCATION "Resources") endif() set(GLAD "${GLFW_SOURCE_DIR}/deps/glad/glad.h"