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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-02-08 18:27:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-02-08 18:27:28 +0300
commit92786141159430fa36e59e0229e4bbb84f2f04be (patch)
treedd93e8f2a611ecbbc05646533798e97354d0f34e /build_files/cmake/macros.cmake
parentbdc708762cf0fe0490bee3cf8452446da46d342a (diff)
parente0597baed57fa7a9dfaf6dff6d0fa120784d21ea (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 6f014d7eb3b..09bc01fcae3 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -736,10 +736,6 @@ function(SETUP_BLENDER_SORTED_LIBS)
list(APPEND BLENDER_SORTED_LIBS bf_intern_itasc)
endif()
- if(WITH_MOD_BOOLEAN)
- list(APPEND BLENDER_SORTED_LIBS extern_carve)
- endif()
-
if(WITH_GHOST_XDND)
list(APPEND BLENDER_SORTED_LIBS extern_xdnd)
endif()