Skip to content

Commit

Permalink
[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)
Browse files Browse the repository at this point in the history
Add FrontendOpenMP as an additional component library dependency.
  • Loading branch information
kparzysz committed Jan 11, 2024
1 parent bc98c31 commit cc53ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/lib/Parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ add_flang_library(FortranParser
LINK_COMPONENTS
Support
FrontendOpenACC
FrontendOpenMP

DEPENDS
omp_gen
Expand Down

0 comments on commit cc53ec8

Please sign in to comment.