mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[CMAKE]
* Improve the dummy definitions. svn path=/trunk/; revision=62141
This commit is contained in:
parent
55da31563f
commit
8eef16640f
2 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ if(PCH)
|
|||
endforeach()
|
||||
endmacro()
|
||||
else()
|
||||
macro(add_pch _target_name _FILE)
|
||||
macro(add_pch _target _pch _sources)
|
||||
endmacro()
|
||||
endif()
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@ if(PCH)
|
|||
endforeach()
|
||||
endmacro()
|
||||
else()
|
||||
macro(add_pch _target_name _FILE)
|
||||
macro(add_pch _target _pch _sources)
|
||||
endmacro()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue