首页 > 解决方案 > CMakeLists.txt:994 处的 CMake 错误(add_subdirectory)

问题描述

我正在尝试安装Python API以将Openpose链接到Touchdesigner,但是当我想在 CMake 中打开 Python 标志时,我收到此错误:

CMakeLists.txt:994 (add_subdirectory) 处的 CMake 错误:源目录

C:/用户/用户/桌面/openpose/openpose-master/3rdparty/pybind11

不包含 CMakeLists.txt 文件。

python/openpose/CMakeLists.txt:6 (pybind11_add_module) 处的 CMake 错误:未知的 CMake 命令“pybind11_add_module”。

配置不完整,出现错误!

另请参阅“C:/Users/user/Desktop/openpose/openpose-master/build/CMakeFiles/CMakeOutput.log”。

标签: pythongitcmakeopenpose

解决方案


推荐阅读