Skip to content

Commit

Permalink
Fixed a dependency cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 10, 2024
1 parent 6e5065e commit 0040e10
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 705 deletions.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvWidgets/CMakeLists.txt
Expand Up @@ -118,7 +118,7 @@ set(SOURCES
)


list( APPEND LIBRARIES mrvFlmm mrvFLU mrvCore ${FLTK_LIBRARIES} ${FLTK_gl_LIBRARIES} ${JASPER_LIBRARIES} MINIZIP::minizip)
list( APPEND LIBRARIES mrvFlmm mrvCore ${FLTK_LIBRARIES} ${FLTK_gl_LIBRARIES} ${JASPER_LIBRARIES} MINIZIP::minizip)

if(UNIX AND NOT APPLE)
list(APPEND LIBRARIES OpenGL::OpenGL)
Expand Down

0 comments on commit 0040e10

Please sign in to comment.