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>2015-06-17 02:16:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-17 02:38:24 +0300
commit81b37f5e92340cae8df118315b1ba6ac0cc02b0b (patch)
treeb3b881dd8073426b027d022cdd8c08c999b43009 /source/creator
parentecdbe3cc6351bd5f59b0052289419a0337047574 (diff)
CMake: use functions instead of macros
Reduces issues with vars leaking into the parent scope.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 1b2dd216904..c6674e416d9 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1021,7 +1021,6 @@ unset(BLENDER_TEXT_FILES_DESTINATION)
add_dependencies(blender makesdna)
setup_blender_sorted_libs()
-
target_link_libraries(blender ${BLENDER_SORTED_LIBS})
setup_liblinks(blender)