[Bf-blender-cvs] [63ab5b0] master: Fix for building win32 headless

Campbell Barton noreply at git.blender.org
Fri Mar 20 16:18:14 CET 2015


Commit: 63ab5b0883612878818c931b6765237eaeecca4a
Author: Campbell Barton
Date:   Sat Mar 21 02:16:39 2015 +1100
Branches: master
https://developer.blender.org/rB63ab5b0883612878818c931b6765237eaeecca4a

Fix for building win32 headless

===================================================================

M	intern/ghost/CMakeLists.txt

===================================================================

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index dc55a81..761bcb4 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -297,11 +297,6 @@ elseif(WIN32)
 			intern/GHOST_NDOFManagerWin32.h
 		)
 	endif()
-
-	list(APPEND INC
-		../utfconv
-	)
-
 endif()
 
 if(WITH_GL_EGL AND NOT (WITH_HEADLESS OR WITH_GHOST_SDL))
@@ -334,6 +329,10 @@ elseif(WIN32)
 		intern/GHOST_SystemPathsWin32.h
 	)
 
+	list(APPEND INC
+		../utfconv
+	)
+
 endif()
 
 add_definitions(${GL_DEFINITIONS})




More information about the Bf-blender-cvs mailing list