* Improve the dummy definitions.

svn path=/trunk/; revision=62141
This commit is contained in:
Amine Khaldi 2014-02-12 22:12:52 +00:00
parent 55da31563f
commit 8eef16640f
2 changed files with 2 additions and 2 deletions

View file

@ -329,7 +329,7 @@ if(PCH)
endforeach()
endmacro()
else()
macro(add_pch _target_name _FILE)
macro(add_pch _target _pch _sources)
endmacro()
endif()

View file

@ -157,7 +157,7 @@ if(PCH)
endforeach()
endmacro()
else()
macro(add_pch _target_name _FILE)
macro(add_pch _target _pch _sources)
endmacro()
endif()