From f46706843b87bd67328f575933ac0fc926bb9a76 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Tue, 12 Jan 2016 13:40:36 +0100 Subject: [PATCH] STXXL's debug build creates stxxl_debug.{a,so}, adapts FindSTXXL References: - https://github.com/Project-OSRM/osrm-backend/issues/1885 --- cmake/FindSTXXL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindSTXXL.cmake b/cmake/FindSTXXL.cmake index 76a2722b03b..473fb6a29db 100644 --- a/cmake/FindSTXXL.cmake +++ b/cmake/FindSTXXL.cmake @@ -24,7 +24,7 @@ FIND_PATH(STXXL_INCLUDE_DIR stxxl.h ) FIND_LIBRARY(STXXL_LIBRARY - NAMES stxxl + NAMES stxxl stxxl_debug HINTS $ENV{STXXL_DIR} PATH_SUFFIXES lib64 lib