Skip to content

Commit

Permalink
Xss is optional and does not exist on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Sep 23, 2016
1 parent d5a8fbd commit a6a5cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Dependencies.cmake
Expand Up @@ -96,7 +96,7 @@ search_dependency(VPX PACKAGE vpx)
search_dependency(OPENAL PACKAGE openal FRAMEWORK OpenAL)

# XScreenSaver support.
search_dependency(XSS LIBRARY Xss)
search_dependency(XSS LIBRARY Xss OPTIONAL)
# Qt5 Platform support library needs to be statically linked on Windows/Mingw.
search_dependency(QT5PLATFORMSUPPORT LIBRARY Qt5PlatformSupport)

Expand Down

0 comments on commit a6a5cfd

Please sign in to comment.