mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[CMAKE]
Disable PSEH for MSVC svn path=/branches/cmake-bringup/; revision=49076
This commit is contained in:
parent
576f37ef4c
commit
1ae19bdc4a
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
if(NOT MSVC)
|
||||
|
||||
list(APPEND SOURCE framebased.c)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
|
@ -15,3 +17,4 @@ endif(ARCH MATCHES i386)
|
|||
add_library(pseh ${SOURCE})
|
||||
add_dependencies(pseh psdk)
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue