ILLIXR icon indicating copy to clipboard operation
ILLIXR copied to clipboard

Re-running CMake with different profile file results in old profile file being used

Open pcg108 opened this issue 1 year ago • 0 comments

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:

image

pcg108 avatar Oct 04 '23 21:10 pcg108