ILLIXR
ILLIXR copied to clipboard
Re-running CMake with different profile file results in old profile file being used
Running CMake with one profile file, e.g.
cmake .. -DYAML_FILE=profiles/headless.yaml
and then re-running with a different one, e.g.
cmake .. -DYAML_FILE=profiles/native_gl.yaml
does not result in the newer profile being read. This is illustrated below: