Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-22 11:43:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-22 11:45:25 +0300
commit68aea23c27f2a95fbdbd226f383948438ebad293 (patch)
treef05f5a6ac560bf1f90512400c1b80ef62823fcd2 /source/blender/makesrna/intern/CMakeLists.txt
parentb6f8afc13a3116ecbc2c96199076d5d184ddce5a (diff)
Revert "makesrna: Fix build error on windows."
This reverts commit 8b235dd2e3995a61e2a7db1ac2bc9eefe1394456.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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