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-11-26 14:00:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-26 14:00:36 +0300
commit0970ed0550200bb743f0a7207623927d0b487c2f (patch)
treeed55bcd50fd2a1491a0e9edf7fb82f6a60224b15 /build_files/cmake/macros.cmake
parent3a038db576e97c0e720a92af05a218ed71ed121a (diff)
parentacd1d1a31d1ac7343f8656dbd3b04c5342f306be (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index d1dbe388517..948cedfc48e 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -431,7 +431,7 @@ function(setup_liblinks
if(WITH_OPENCOLORIO)
target_link_libraries(${target} ${OPENCOLORIO_LIBRARIES})
endif()
- if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
+ if(WITH_OPENSUBDIV)
target_link_libraries(${target} ${OPENSUBDIV_LIBRARIES})
endif()
if(WITH_OPENVDB)