From 2e21577254601c3e0b7553f93b5f60a3e818e392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 6 Dec 2013 13:19:31 +0100 Subject: [PATCH] Math: really install deprecated headers. Dammit. Sorry about this :-) --- src/Math/Geometry/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Math/Geometry/CMakeLists.txt b/src/Math/Geometry/CMakeLists.txt index ad0e92d5e..fafc17d75 100644 --- a/src/Math/Geometry/CMakeLists.txt +++ b/src/Math/Geometry/CMakeLists.txt @@ -26,14 +26,14 @@ set(MagnumMathGeometry_HEADERS Distance.h Intersection.h) -install(FILES ${MagnumMathGeometry_HEADERS} DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Math/Geometry) - # Deprecated headers if(BUILD_DEPRECATED) set(MagnumMathGeometry_HEADERS ${MagnumMathGeometry_HEADERS} Rectangle.h) endif() +install(FILES ${MagnumMathGeometry_HEADERS} DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/Math/Geometry) + if(BUILD_TESTS) add_subdirectory(Test) endif()