[Bf-blender-cvs] [8f97a72] decklink: Decklink: revert unncessary change to cmake macros.

Benoit Bolsee noreply at git.blender.org
Sat Feb 20 21:44:11 CET 2016


Commit: 8f97a72a417b3afff508cabdce966445a90caf22
Author: Benoit Bolsee
Date:   Tue Feb 16 21:09:48 2016 +0100
Branches: decklink
https://developer.blender.org/rB8f97a72a417b3afff508cabdce966445a90caf22

Decklink: revert unncessary change to cmake macros.

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 8fad0bd..aed9e4c 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -311,6 +311,7 @@ function(SETUP_LIBDIRS)
 	if(WITH_MEM_JEMALLOC)
 		link_directories(${JEMALLOC_LIBPATH})
 	endif()
+
 	if(WIN32 AND NOT UNIX)
 		link_directories(${PTHREADS_LIBPATH})
 	endif()




More information about the Bf-blender-cvs mailing list