Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPatch command not found despite being found. #218
Comments
|
Thanks for the report. It is strange that it reports finding both
Based on the implementation, if For some reason, |
|
I wonder if the problem is due to freeorion/freeorion-sdk@e9c4f51 ... but I can't see why it would cause the issue. Seeing the variable Side question: in the folder patches/python-cmake, there are a lot of patches ... following the update, are they all needed ? I think we should be able to integrate most of them. |
|
Looking at the new build: https://travis-ci.org/freeorion/freeorion-sdk/jobs/357727393#L3563-L3571 It does not seem that the project is configured or built. |
…git & patch This allows to support version of CMake < 3.3 that do not have a version of the FindPackageHandleStandardArgs (see Kitware/CMake@d1a6d15) setting both variables. Fixes python-cmake-buildsystem#218
…git & patch This allows to support version of CMake < 3.3 that do not have a version of the FindPackageHandleStandardArgs (see Kitware/CMake@d1a6d15) setting both variables. Fixes python-cmake-buildsystem#218
Hello,
the current master e5d2880 claims that there is no suitable
patchcommand available, despite locating two patch applications with suitable versions right before that statement. Looking into the code I don't see any reason why it shouldn't work.The full log can be found here with the relevant chunk highlighted.