atilaneves/cmake-ide

Way to query variables?

jkordani opened this issue · 2 comments

One thing I've always wanted to do was compile the whole cmake state so that I could inspect cmake variable values and settings without having to add print statements to CMakeLists.txt

Is such a thing possible? The blurb on melpa about this project says so but I can't figure out how to do it

Can't you look in CMakeCache.txt?

I can now!!! Today I learned..... Thank you!