Revision: 3592
http://hugin.svn.sourceforge.net/hugin/?rev=3592&view=rev
Author: yuv
Date: 2009-01-25 15:16:17 +0000 (Sun, 25 Jan 2009)
Log Message:
-----------
Windows: warning clean up
Modified Paths:
--------------
hugin/trunk/src/foreign/levmar/CMakeLists.txt
Modified: hugin/trunk/src/foreign/levmar/CMakeLists.txt
===================================================================
--- hugin/trunk/src/foreign/levmar/CMakeLists.txt 2009-01-25 14:33:45 UTC (rev 3591)
+++ hugin/trunk/src/foreign/levmar/CMakeLists.txt 2009-01-25 15:16:17 UTC (rev 3592)
@@ -1,2 +1,4 @@
add_library(huginlevmar STATIC lm.c Axb.c misc.c lmlec.c lmbc.c)
-set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
+IF (NOT MSVC)
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
+ENDIF (NOT MSVC)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|