aimotive-legacy / cmakex

lightweight package manager for CMake
4 stars 1 forks source link

fix cmakex cache / changing generator issues #26

Open tamaskenez opened 8 years ago

tamaskenez commented 8 years ago

Test and fix the following use cases:

  1. configure with default generator or a named generator (two cases, both should be tested)
  2. attempt to configure with different generator. Expected: failure
  3. attemp to configure with yet another generator. Expected: same failure as before (should not mention the previous generator in 2.)