3

When I run CMake to build the Theia library it is very slow to generate makefiles with CMake (takes 1-2 minutes easily). The project itself has many source files, but I am wondering if there is a way to speed up the makefile generation to be faster. Any ideas?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
kip622
  • 399
  • 5
  • 16
  • 2
    use `strace` to check whats going on under the hood. – zaufi Nov 03 '14 at 02:40
  • 2
    I have a similar problem. I noticed that cmake is faster at generating ninja files than make files 9s vs 60s in my case. – Bruce Adams Feb 16 '16 at 14:29
  • I've added a bounty to this related question: http://stackoverflow.com/questions/35436945/cmake-rebuild-cache-for-just-a-subdirectory?lq=1 – Bruce Adams Mar 01 '16 at 06:53

0 Answers0