Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-13 17:03:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-13 17:30:32 +0300
commit9ebe44bc9c56edbe4ad00287da5d61b53fd57f39 (patch)
treee9481f63c47eddb3052a9a8552cbbe56a006f6d8 /intern/locale
parent284726baeccd1442ed4ecd5908012e38be59dfc0 (diff)
Cleanup: cmake
Diffstat (limited to 'intern/locale')
-rw-r--r--intern/locale/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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)