CMake Discourse
get/print the value of variables
Usage
ben.boeckel
(Ben Boeckel (Kitware))
August 31, 2021, 2:31pm
2
I believe you’re looking for the
message
command:
message("varname: ${varname}")
1 Like
show post in topic