[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50656] trunk/blender/extern/libmv/ CMakeLists.txt: Libmv: remove unwind hack from CMake rules.

Sergey Sharybin sergey.vfx at gmail.com
Sun Sep 16 14:24:43 CEST 2012


Revision: 50656
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50656
Author:   nazgul
Date:     2012-09-16 12:24:43 +0000 (Sun, 16 Sep 2012)
Log Message:
-----------
Libmv: remove unwind hack from CMake rules.

Such stuff better be solved in glog itself.

Should be pretty safe change since it was defined for CMake only
and AFAIR Jens wanted to get rid of this too.

Modified Paths:
--------------
    trunk/blender/extern/libmv/CMakeLists.txt

Modified: trunk/blender/extern/libmv/CMakeLists.txt
===================================================================
--- trunk/blender/extern/libmv/CMakeLists.txt	2012-09-16 12:24:37 UTC (rev 50655)
+++ trunk/blender/extern/libmv/CMakeLists.txt	2012-09-16 12:24:43 UTC (rev 50656)
@@ -40,19 +40,6 @@
 	${ZLIB_INCLUDE_DIRS}
 )
 
-
-# XXX - FIXME
-# this is a momentary hack to find unwind.h in 10.6.sdk
-if(APPLE)
-	if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.6")
-		list(APPEND INC_SYS
-			${CMAKE_OSX_SYSROOT}/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/include
-		)
-	endif()
-endif()
-# XXX - END
-
-
 set(SRC
 	libmv-capi.cpp
 	libmv/image/array_nd.cc




More information about the Bf-blender-cvs mailing list