So I would directly modify the variable in cmake without any other declaration? For instance, I could message(variable)?
Also, what are your thoughts on automatically installing dependencies using ExternalProject_Add like the usage here https://github.com/google/googletest/tree/master/googletest in the read.me file? Is it a more modern approach to obtaining the latest version of the libraries or does it face limitations?
Last updated: Jan 10 2025 at 00:48 UTC