mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[CMAKE]
* Improve the dummy definitions. svn path=/trunk/; revision=62141
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user