Skip to content

Commit 40776c9

Browse files
authored
Remove unneeded dependency on X11
At least on FreeBSD, this is not needed.
1 parent 185de0a commit 40776c9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ IF(WINDOWS)
2525
ENDIF(WINDOWS)
2626

2727

28-
# X11 (for Linux/BSD only)
29-
30-
IF(LINUX)
31-
FIND_PACKAGE(X11 REQUIRED)
32-
SET(ALL_LIBRARIES ${ALL_LIBRARIES} ${X11_LIBRARIES})
33-
ENDIF(LINUX)
34-
35-
3628
# libSDL2 (./share/cmake/FindSDL2.cmake)
3729

3830
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/share/cmake)

0 commit comments

Comments
 (0)