Skip to content

Commit

Permalink
Merge remote-tracking branch 'svn/trunk' into git_master
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnieho committed Jun 7, 2019
2 parents 9ea7d99 + f645974 commit 012936e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freeglut/freeglut/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ ENDIF(CMAKE_COMPILER_IS_GNUCC)
INCLUDE(CheckIncludeFiles)
IF(UNIX AND NOT(ANDROID OR BLACKBERRY OR FREEGLUT_WAYLAND))
FIND_PACKAGE(X11 REQUIRED)
INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR})
LIST(APPEND LIBS ${X11_LIBRARIES})
INCLUDE_DIRECTORIES(${X11_X11_INCLUDE_PATH})
LIST(APPEND LIBS ${X11_X11_LIB})
IF(X11_Xrandr_FOUND)
SET(HAVE_X11_EXTENSIONS_XRANDR_H TRUE)
LIST(APPEND LIBS ${X11_Xrandr_LIB})
Expand Down

0 comments on commit 012936e

Please sign in to comment.