-
Notifications
You must be signed in to change notification settings - Fork 14
cmake fails on individual components due to inability to find cotire. #229
Comments
Which version of cmake are you using? |
And are you using an up to date clone? Though, it might be worth noting that cotire is optional, as it simply serves to increase compile speed :) |
indeed, but I don't know how to disable it. The root directory has a variable that defaults to ON, but switching it to OFF has no effect when I'm making within subdirectories. cmake version 2.8.10 |
@unbibium if sphinx and qt are missing, all you should get is a warning that the IDE and the documentation will not be build. Can you please post what you get when you run
in the DCPUToolchain directory? |
cmake ends with:
make only gives:
|
complete cmake output:
|
Be sure to do: |
that seemed to work, though i didn't know that existed. also the URL you gave in that comment didn't work, but that's probably just a nicety of different url types... |
yeah, its annoying that downloading submodules isn't enabled by default :/ If this is no longer an issue, please close, the, er, issue :) |
cmake dtemu
from the DCPUToolchain directory, orcmake .
from the dtemu directory, both fail because cotire is an unknown command, because those files don't inherit the CMakeScripts directory.I need to do this because
cmake .
from the DCPUToolchain directory notices that qt4 and sphinx are missing, and refuses to build anything.The text was updated successfully, but these errors were encountered: