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/ghost/CMakeLists.txt | 6 +++--- intern/locale/CMakeLists.txt | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'intern') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 6f30cecab61..3ce269c2b4f 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -152,7 +152,7 @@ elseif(APPLE AND NOT WITH_X11) intern/GHOST_WindowCocoa.h ) - if (NOT WITH_GL_EGL) + if(NOT WITH_GL_EGL) list(APPEND SRC intern/GHOST_ContextCGL.mm @@ -192,7 +192,7 @@ elseif(WITH_X11) intern/GHOST_WindowX11.h ) - if (NOT WITH_GL_EGL) + if(NOT WITH_GL_EGL) list(APPEND SRC intern/GHOST_ContextGLX.cpp @@ -272,7 +272,7 @@ elseif(WIN32) intern/GHOST_TaskbarWin32.h ) - if (NOT WITH_GL_EGL) + if(NOT WITH_GL_EGL) list(APPEND SRC intern/GHOST_ContextWGL.cpp 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