Browse Source

Platform: don't try to install what isn't there anymore.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
bb7f414a69
  1. 3
      src/Platform/CMakeLists.txt

3
src/Platform/CMakeLists.txt

@ -22,9 +22,6 @@
# DEALINGS IN THE SOFTWARE.
#
set(MagnumPlatform_HEADERS AbstractContextHandler.h)
install(FILES ${MagnumPlatform_HEADERS} DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Platform)
# GLUT application
if(WITH_GLUTAPPLICATION)
find_package(GLUT)

Loading…
Cancel
Save