mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[CMAKE]
- mingw_common : set_property -> set_target_properties. - crt : fix target properties. svn path=/branches/cmake-bringup/; revision=48357
This commit is contained in:
parent
102a9c242e
commit
6bdc331638
2 changed files with 2 additions and 2 deletions
2
lib/3rdparty/mingw/CMakeLists.txt
vendored
2
lib/3rdparty/mingw/CMakeLists.txt
vendored
|
@ -37,7 +37,7 @@ set(MINGW_COMMON_SOURCE
|
|||
add_library(mingw_common ${MINGW_COMMON_SOURCE})
|
||||
target_link_libraries(mingw_common oldnames)
|
||||
|
||||
set_property(TARGET mingw_common PROPERTY COMPILE_DEFINITIONS _M_CEE_PURE)
|
||||
set_target_properties(mingw_common PROPERTIES COMPILE_DEFINITIONS _M_CEE_PURE)
|
||||
|
||||
add_dependencies(mingw_common psdk)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue