[Bf-blender-cvs] [8f9b4a3] soc-2014-fluid: removing source duplicates

Roman Pogribnyi noreply at git.blender.org
Thu Jul 17 15:37:00 CEST 2014


Commit: 8f9b4a3566c913c339e78a3030894a989fdd0da7
Author: Roman Pogribnyi
Date:   Thu Jul 17 15:36:20 2014 +0200
https://developer.blender.org/rB8f9b4a3566c913c339e78a3030894a989fdd0da7

removing source duplicates

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

M	source/blender/python/manta_pp/CMakeLists.txt

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

diff --git a/source/blender/python/manta_pp/CMakeLists.txt b/source/blender/python/manta_pp/CMakeLists.txt
index 6f7147b..c965d21 100755
--- a/source/blender/python/manta_pp/CMakeLists.txt
+++ b/source/blender/python/manta_pp/CMakeLists.txt
@@ -566,7 +566,7 @@ else()
 	else()
 	#	add_executable(${EXECCMD} ${SOURCES} ${PP_REGISTRY} ${HGINFO})
 #		list(SORT SOURCES)
-#		list(REMOVE_DUPLICATES SOURCES)
+		list(REMOVE_DUPLICATES SOURCES) #CMAKE GUI says there are duplicates, though there are none
 		blender_add_lib(${EXECCMD} "${SOURCES}" "${INCLUDE_PATHS}" "${INC_SYS}")
 	endif()
 	target_link_libraries( ${EXECCMD} ${F_LIBS} )




More information about the Bf-blender-cvs mailing list