From 50c460ebd5ed579c3567a9c5d617b1f6cc3d649e Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 20 Jan 2015 18:07:45 +0100 Subject: [PATCH] install mapbox/variant headers from third_party directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a732ce35..dcc7306cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -325,7 +325,7 @@ if(WITH_TOOLS OR BUILD_TOOLS) endif() file(GLOB InstallGlob Include/osrm/*.hpp Library/OSRM.h) -file(GLOB VariantGlob Include/variant/*.hpp) +file(GLOB VariantGlob third_party/variant/*.hpp) # 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