[Bf-blender-cvs] [68aea23c27f] master: Revert "makesrna: Fix build error on windows."

Campbell Barton noreply at git.blender.org
Fri Feb 22 09:46:08 CET 2019


Commit: 68aea23c27f2a95fbdbd226f383948438ebad293
Author: Campbell Barton
Date:   Fri Feb 22 19:43:21 2019 +1100
Branches: master
https://developer.blender.org/rB68aea23c27f2a95fbdbd226f383948438ebad293

Revert "makesrna: Fix build error on windows."

This reverts commit 8b235dd2e3995a61e2a7db1ac2bc9eefe1394456.

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

M	source/blender/makesrna/intern/CMakeLists.txt

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

diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 255220245e0..5188ac425bf 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -351,7 +351,7 @@ setup_platform_linker_flags()
 add_executable(makesrna ${SRC} ${SRC_RNA_INC} ${SRC_DNA_INC})
 
 target_link_libraries(makesrna bf_dna)
-target_link_libraries(makesrna bf_dna_blenlib ${PTHREADS_LIBRARIES})
+target_link_libraries(makesrna bf_dna_blenlib)
 
 # Output rna_*_gen.c
 # note (linux only): with crashes try add this after COMMAND: valgrind --leak-check=full --track-origins=yes



More information about the Bf-blender-cvs mailing list