Skip to content

Commit

Permalink
Merge pull request #6958 from FoxieFlakey/patch-2
Browse files Browse the repository at this point in the history
Remove sigvec reference in CMakeLists.txt
  • Loading branch information
0xdaryl committed Mar 20, 2024
2 parents 73f2f20 + 35bd9a1 commit 54b23e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions omrsigcompat/CMakeLists.txt
Expand Up @@ -56,11 +56,6 @@ if(OMR_OS_ZOS)
__sigactionset
)
endif()
if((NOT OMR_OS_WINDOWS) AND (NOT OMR_OS_ZOS))
omr_add_exports(omrsig
sigvec
)
endif()

target_link_libraries(omrsig
PRIVATE
Expand Down

0 comments on commit 54b23e9

Please sign in to comment.