You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
cmake dtemu from the DCPUToolchain directory, or cmake . 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.
cmake dtemufrom 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.