We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763d3a3 commit 610735cCopy full SHA for 610735c
CMakeLists.txt
@@ -191,7 +191,6 @@ find_package(FLEX REQUIRED)
191
192
# Additional dependencies for pyluxcore
193
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
194
-find_package(blender-types REQUIRED)
195
find_package(pybind11 CONFIG REQUIRED)
196
197
# Additional dependencies for luxcoreui
src/pyluxcore/CMakeLists.txt
@@ -37,7 +37,6 @@ target_link_libraries(pyluxcore PRIVATE
37
pybind11::pybind11
38
Python::Module
39
onetbb::onetbb
40
- blender-types
41
robin_hood::robin_hood
42
openimageio::openimageio
43
embree::embree
0 commit comments