CMake slowly generates makefiles

When I run cmake to create Theia library , it is very slow to create make files with CMake (it takes 1-2 minutes). The project itself has many source files, but I wonder if there is a way to speed up the creation of a make file faster. Any ideas?

+4
cmake
source share

No one has answered this question yet.

See similar questions:

7
cmake rebuild_cache for * just * a subdirectory?

or similar:

179
How to correctly add include directories with CMake
127
Automatically add all files in a folder to a target using CMake?
107
How does CMake work?
25
CMake, Xcode and Unix Makefile
eleven
Can cmake generate a non-recursive makefile?
one
Can CMake generate Theos Make files?
one
Use cmake to create a makefile without cmake
one
Can I change the name of the generated makefile in CMake?
one
slow cmake dependency scan
0
cmake finds a library but is not in the generated makefile

All Articles