Cached CMake variables in External Tool Permanently deleted user 创建于 2016年11月02日 21:12 Is there a way to pass cached CMake variables as a parameter for an External Tool? (In this case it's the output path)
Even though the problem still remains, I managed to bypass it by writing the requested cmake variables to a file in the post build, and then accessing this file in my external tool.