Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ExternalProject: Add CMAKE_CACHE_DEFAULT_ARGS arguments | Daniele E. Domenichelli | 2014-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | | This argument allows to set default arguments that are written in the initial cache file, but that are not forced, and therefore allows the user to change these values later (CMAKE_ARGS and CMAKE_CACHE_ARGS always overwrite the values). Also add some documentation to explain the differences between these 3 arguments. Extend ExternalProjectLocal test to cover CMAKE_CACHE_DEFAULT_ARGS. | ||||
* | Tests: split the ExternalProject test | Rolf Eike Beer | 2014-07-03 | 10 | -0/+254 |
Move the subtests that test with local projects into their own test. The reason is that on slower or crowded machines the test may reach the limit of 25 minutes and therefore fail while it would pass if it was given enough time. The split is roughly 3:1 with regard to the execution time, with the new ExternalProjectLocal test being the faster one. |