Stream: Google Code-in

Topic: CMake Help


view this post on Zulip Mahdi (Dec 27 2017 at 07:11):

So I would directly modify the variable in cmake without any other declaration? For instance, I could message(variable)?

view this post on Zulip Mahdi (Dec 27 2017 at 07:14):

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: Oct 09 2024 at 00:44 UTC