Skip to content

Commit 610735c

Browse files
committed
Deblend: remove Blender dependency from CMake
1 parent 763d3a3 commit 610735c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ find_package(FLEX REQUIRED)
191191

192192
# Additional dependencies for pyluxcore
193193
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
194-
find_package(blender-types REQUIRED)
195194
find_package(pybind11 CONFIG REQUIRED)
196195

197196
# Additional dependencies for luxcoreui

src/pyluxcore/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ target_link_libraries(pyluxcore PRIVATE
3737
pybind11::pybind11
3838
Python::Module
3939
onetbb::onetbb
40-
blender-types
4140
robin_hood::robin_hood
4241
openimageio::openimageio
4342
embree::embree

0 commit comments

Comments
 (0)