Skip to content

Commit

Permalink
fix(lib/CMakeLists.txt): change order of subdriectories build sequence (
Browse files Browse the repository at this point in the history
#38)

error raised

Co-authored-by: jangmin-deepx <[email protected]>
  • Loading branch information
jangmin-deepx and jangmin-deepx committed Jan 10, 2024
1 parent 604234c commit cd4964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_subdirectory(Analysis)
add_subdirectory(Conversion)
add_subdirectory(Dialect)
add_subdirectory(Analysis)
add_subdirectory(Transform)

0 comments on commit cd4964f

Please sign in to comment.