libsurvive
libsurvive copied to clipboard
CMakeLists.txt: Correct bug where the setting of options are not printed correctly
Currently, the value that is printed for options is its default value, not the actual value it is set to. This PR fixes this so that it prints the value that the option is actually set to.
Options display seems indeed wrong, but I don't think that fixes it. I tested it locally and it doesnt print anything.