[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34491] trunk/blender/build_files/cmake/ macros.cmake: missed this when updating cmake files

Campbell Barton ideasman42 at gmail.com
Wed Jan 26 05:48:39 CET 2011


Revision: 34491
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34491
Author:   campbellbarton
Date:     2011-01-26 04:48:37 +0000 (Wed, 26 Jan 2011)
Log Message:
-----------
missed this when updating cmake files

Modified Paths:
--------------
    trunk/blender/build_files/cmake/macros.cmake

Modified: trunk/blender/build_files/cmake/macros.cmake
===================================================================
--- trunk/blender/build_files/cmake/macros.cmake	2011-01-25 19:05:15 UTC (rev 34490)
+++ trunk/blender/build_files/cmake/macros.cmake	2011-01-26 04:48:37 UTC (rev 34491)
@@ -135,7 +135,7 @@
 		endif()
 	endif()
 
-	target_link_libraries(${target} ${OPENGL_glu_LIBRARY} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB})
+	target_link_libraries(${target} ${OPENGL_glu_LIBRARY} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES})
 	target_link_libraries(${target} ${FREETYPE_LIBRARY})
 
 	if(WITH_INTERNATIONAL)




More information about the Bf-blender-cvs mailing list