--module=UNUSED {endcode} *: =--use-externals-cache= is ignored for Cmake builds (V7_5_5), cached externals are always disabled for V7_5_5 until V7_7_0. For V7_7_0 and later, cached externals are always enabled. With V7_7_0 you can use =--clear-externals-cache= to clear the cache before the build. + {subsection: Building a Condor workspace in NMI} Here is a common scenario: You would like to do a build on some platform or set of platforms in order to ensure that you haven't broken the build process. What are your options? You could check in the code and wait for the nightly builds, but you may well break the build and receive fifty lashes with a wet noodle. A better solution is to *not* check in your code, but use NMI to build it on any platform that you like.