Remove self dependency of llwindow.

Needed to avoid an error message from cmake 2.8.12.1 and higher
(policy 0022).
This commit is contained in:
Aleric Inglewood
2014-07-11 16:32:55 +02:00
parent 7578a27bf7
commit a4b3c3d1ad

View File

@@ -68,7 +68,6 @@ if (LINUX)
${LLMATH_LIBRARIES}
${LLRENDER_LIBRARIES}
${LLVFS_LIBRARIES}
${LLWINDOW_LIBRARIES}
${LLXML_LIBRARIES}
${UI_LIBRARIES} # for GTK
${SDL_LIBRARY}