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?
Asked
Active
Viewed 2,130 times
3
-
2use `strace` to check whats going on under the hood. – zaufi Nov 03 '14 at 02:40
-
2I 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