Skip to content

Commit 2f69954

Browse files
emminizerDaniel Emminizer
andauthored
IMGUI: Link against -ldl now (#2429)
Co-authored-by: Daniel Emminizer <daniel.emminizer@nrl.navy.mil>
1 parent 1540636 commit 2f69954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeModules/OsgEarthMacroUtils.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ MACRO(SETUP_IMGUI_APPLICATION APPLICATION_NAME)
433433
set(TARGET_LIBRARIES_VARS
434434
${TARGET_LIBRARIES_VARS}
435435
GLEW_LIBRARIES
436+
CMAKE_DL_LIBS
436437
)
437438

438439
set(TARGET_SRC

0 commit comments

Comments
 (0)