From 89dd0c4a404f8d9f1bce2432c504356e5cee97e7 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 25 Nov 2014 16:57:26 +0100 Subject: [PATCH] install headers with .hpp suffix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6a40f916..081373475 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -321,7 +321,7 @@ if(WITH_TOOLS OR BUILD_TOOLS) install(TARGETS osrm-springclean DESTINATION bin) endif() -file(GLOB InstallGlob Include/osrm/*.h Library/OSRM.h) +file(GLOB InstallGlob Include/osrm/*.hpp Library/OSRM.h) # Add RPATH info to executables so that when they are run after being installed # (i.e., from /usr/local/bin/) the linker can find library dependencies. For