Skip to content

Commit

Permalink
IMGUI: Link against -ldl now (#2429)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Emminizer <daniel.emminizer@nrl.navy.mil>
  • Loading branch information
emminizer and Daniel Emminizer committed Jan 19, 2024
1 parent 1540636 commit 2f69954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeModules/OsgEarthMacroUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ MACRO(SETUP_IMGUI_APPLICATION APPLICATION_NAME)
set(TARGET_LIBRARIES_VARS
${TARGET_LIBRARIES_VARS}
GLEW_LIBRARIES
CMAKE_DL_LIBS
)

set(TARGET_SRC
Expand Down

0 comments on commit 2f69954

Please sign in to comment.