Howdy, Can we use macro_optional_add_subdirectory() for all project subdirs in our module CMakeLists.txt files? Even the library subdirs? kdepim/CMakeLists.txt still uses plain old add_subdirectory() for many of the subdirs and I would like to know which ones I can change to use macro_optional_add_subdirectory(). -Allen