cmake 有两种变量:normal和cache。参考官网说明normal就是我们普通使用的变量,比如set(VAR "xyz")cache是cmake缓存的变量,比如cmake -D定义的变量, ...
確定! 回上一頁