标签: cmake
CMake创建包含以下内容的Makefile:
# The shell in which to execute make rules. SHELL = /bin/sh
如何更改将在所有makefile中写入的SHELL值?
答案 0 :(得分:0)
正如我在上一篇评论中所解释的那样,/ bin / sh在Cmake中是硬编码的(Source / cmLocalUnixMakefileGenerator3.cxx),所以没有办法改变它...