cmake_conan_boilerplate_template icon indicating copy to clipboard operation
cmake_conan_boilerplate_template copied to clipboard

optimize_dependencies by default

Open midjji opened this issue 2 years ago • 0 comments

This will improve build parallelism significantly, but at the cost that cmake must be aware of generated srcs. This is automatic for e.g. configure file, protobuf, etc. However if you use e.g. exec_program(generate_sources.py), then the targets which depend on the target with these sources must be marked as dependent.

midjji avatar Oct 13 '22 03:10 midjji