From 5bdcc7eb4f6c55cc7f5ed0f0b3163d5bb986fb86 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 13 Apr 2021 23:32:53 +0200 Subject: [PATCH] Fix include install location --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c690db5..eaa5716f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ install(TARGETS IrrlichtMt ) install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/" - DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/IrrlichtMt" + DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/irrlichtmt" ) # Installation of CMake target and configuration files.