提交 7b8d1073 编写于 作者: A Alexander Alekhin

Merge pull request #8857 from alalek:fix_pch_stub_regeneration

...@@ -97,8 +97,8 @@ MACRO(_PCH_WRITE_PCHDEP_CXX _targetName _include_file _dephelp) ...@@ -97,8 +97,8 @@ MACRO(_PCH_WRITE_PCHDEP_CXX _targetName _include_file _dephelp)
set(${_dephelp} "${CMAKE_CURRENT_BINARY_DIR}/${_targetName}_pch_dephelp.cxx") set(${_dephelp} "${CMAKE_CURRENT_BINARY_DIR}/${_targetName}_pch_dephelp.cxx")
set(_content "") set(_content "")
if(EXISTS "${_dephelp}") if(EXISTS "${${_dephelp}}")
file(READ "${_dephelp}" _content) file(READ "${${_dephelp}}" _content)
endif() endif()
set(_dummy_str set(_dummy_str
"#include \"${_include_file}\" "#include \"${_include_file}\"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册