From 9ebe44bc9c56edbe4ad00287da5d61b53fd57f39 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Nov 2014 15:03:30 +0100 Subject: Cleanup: cmake --- intern/locale/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'intern/locale') diff --git a/intern/locale/CMakeLists.txt b/intern/locale/CMakeLists.txt index 5d70c449234..5d933f326f7 100644 --- a/intern/locale/CMakeLists.txt +++ b/intern/locale/CMakeLists.txt @@ -38,7 +38,9 @@ set(SRC if(APPLE) # Cocoa code to read the locale on OSX - list(APPEND SRC osx_user_locale.mm) + list(APPEND SRC + osx_user_locale.mm + ) endif() if(WITH_HEADLESS) -- cgit v1.2.3