Skip to content

Commit

Permalink
Gui: add missing X11 lib
Browse files Browse the repository at this point in the history
Code by wmayer
  • Loading branch information
PrzemoF authored and wwmayer committed Aug 5, 2015
1 parent 192dca3 commit 95a7083
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Gui/CMakeLists.txt
Expand Up @@ -67,6 +67,13 @@ IF(SPNAV_FOUND)
${FreeCADGui_LIBS}
${SPNAV_LIBRARIES}
)
find_package(X11 QUIET)
if (X11_FOUND)
set(FreeCADGui_LIBS
${FreeCADGui_LIBS}
${X11_X11_LIB}
)
endif(X11_FOUND)
ENDIF(SPNAV_FOUND)

IF(OCULUS_FOUND)
Expand Down

0 comments on commit 95a7083

Please sign in to comment.