Force CMake/VisualStudio to use static libs of Boost.Python

后端 未结 2 475
独厮守ぢ
独厮守ぢ 2021-01-06 10:33

I\'m currently trying to build on Windows (with Intel compiler) a big project compiling very well on UNIX with CMake. Here is a reduced simple example of my problem.

2条回答
  •  走了就别回头了
    2021-01-06 10:49

    It seems like you have a problem with finding dll's on your machine. As a temporary fix, you can try to rename your .dll file to .pyd.

提交回复
热议问题