Re: [CMake] What is --build-two-config good for

2018-12-06 Thread Torsten
Hi Robert, > Am 06.12.2018 um 15:26 schrieb Robert Maynard : > > It is possible to have CMake projects where an initial configuration of the > project is insufficient for it to be in a valid state. This is generally > caused by a project which evaluates variables before they exist and saved >

Re: [CMake] What is --build-two-config good for

2018-12-06 Thread Robert Maynard via CMake
It is possible to have CMake projects where an initial configuration of the project is insufficient for it to be in a valid state. This is generally caused by a project which evaluates variables before they exist and saved into the cache. By running CMake a second time for these projects the