Skip to content

Commit cc53ec8

Browse files
authored
[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)
Add FrontendOpenMP as an additional component library dependency.
1 parent bc98c31 commit cc53ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Parser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ add_flang_library(FortranParser
3030
LINK_COMPONENTS
3131
Support
3232
FrontendOpenACC
33+
FrontendOpenMP
3334

3435
DEPENDS
3536
omp_gen

0 commit comments

Comments
 (0)