Skip to content

Build with Python #9462

Answered by Myoldmopar
ghost asked this question in Q&A
May 31, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

It would be helpful for you to put some more of your build process and output.

When you say you turned on the option in CMakeLists.txt, does that mean you actually edited the CMakeLists.txt file itself prior to trying to build?? If so, you have already gone down the wrong path. You should use either the CMake-Gui, the curses-based ccmake tool, or pass build options to the base cmake executable file. I have not had any luck using Visual Studio's built-in CMake support, so our build instructions still indicate you should generate the visual studio solution from outside visual studio, and then do your editing in VS like normal.

If you turned on LINK_WITH_PYTHON in your cmake configuration, t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Myoldmopar
Comment options

@Fan-Feng
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants