From e3e7fb5db523c257aa1b59573983228d6158948a Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 24 Jul 2011 14:38:29 +0200 Subject: [PATCH] Use cmake provided variable for librt. --- utils/fgpanel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fgpanel/CMakeLists.txt b/utils/fgpanel/CMakeLists.txt index 705fe92c7..8abc896e7 100644 --- a/utils/fgpanel/CMakeLists.txt +++ b/utils/fgpanel/CMakeLists.txt @@ -16,7 +16,7 @@ if(GLUT_FOUND) panel_io.cxx) target_link_libraries(fgpanel - -lrt + ${RT_LIBRARY} ${PNG_LIBRARIES} ${GLUT_LIBRARIES} ${SIMGEAR_LIBRARIES}