From bb7f414a69b3ae8df2b11a91dd29b27cd66f5333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 29 Oct 2013 22:40:12 +0100 Subject: [PATCH] Platform: don't try to install what isn't there anymore. --- src/Platform/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Platform/CMakeLists.txt b/src/Platform/CMakeLists.txt index fd5a95731..46b60f929 100644 --- a/src/Platform/CMakeLists.txt +++ b/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)