Skip to content

CMake of EnvelopeProblemSOS failing to compile #209

Answered by vaithak
shahpratham asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shahpratham, you may have to debug/fix the CMake file for EnveleopeProblemSOS, some issues that I found which may or may not be relevant but worth checking out:

  • The CMakeLists.txt of this example uses Python2.7 and you are downloading python3 in cmake-gcc.yaml, either try using python3 with the example or change cmake-gcc.yaml.
  • Another issue being that the example is not using the external/cmake-files/Boost.cmake for downloading Boost but instead using a different method which may require some extra downloading steps for running it on CircleCI.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by shahpratham
Comment options

You must be logged in to vote
0 replies
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