cntools / libsurvive

Open Source Lighthouse Tracking System
MIT License
746 stars 137 forks source link

CMakeLists.txt: Correct bug where the setting of options are not printed correctly #297

Open molysgaard opened 1 year ago

molysgaard commented 1 year ago

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.