Use cmake provided variable for librt.
This commit is contained in:
parent
3f26233d69
commit
e3e7fb5db5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if(GLUT_FOUND)
|
||||||
panel_io.cxx)
|
panel_io.cxx)
|
||||||
|
|
||||||
target_link_libraries(fgpanel
|
target_link_libraries(fgpanel
|
||||||
-lrt
|
${RT_LIBRARY}
|
||||||
${PNG_LIBRARIES}
|
${PNG_LIBRARIES}
|
||||||
${GLUT_LIBRARIES}
|
${GLUT_LIBRARIES}
|
||||||
${SIMGEAR_LIBRARIES}
|
${SIMGEAR_LIBRARIES}
|
||||||
|
|
Loading…
Reference in a new issue