From a9e01b869828e00c524c26037b9ba16aa1698efc Mon Sep 17 00:00:00 2001 From: dehnert Date: Sat, 1 Oct 2016 12:04:48 +0200 Subject: [PATCH] adding sparsepp as resource to cmake Former-commit-id: 737b7b5d70d042c7da9bb2acd774191b9d741e0e [formerly 4e040e3e487f390df23779f6b10cce02c9bbe159] Former-commit-id: 05812c290b4df327c60a4eb657a2f51641046245 --- resources/3rdparty/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/3rdparty/CMakeLists.txt b/resources/3rdparty/CMakeLists.txt index 244e24057..07e60829f 100644 --- a/resources/3rdparty/CMakeLists.txt +++ b/resources/3rdparty/CMakeLists.txt @@ -87,6 +87,16 @@ message(STATUS "StoRM - Using Boost ${Boost_VERSION} (lib ${Boost_LIB_VERSION})" message (STATUS "StoRM - Including ExprTk") include_directories("${PROJECT_SOURCE_DIR}/resources/3rdparty/exprtk") +############################################################# +## +## Sparsepp +## +############################################################# + +# Use the shipped version of Sparsepp +message (STATUS "StoRM - Including Sparsepp") +include_directories("${PROJECT_SOURCE_DIR}/resources/3rdparty/sparsepp") + ############################################################# ## ## ModernJSON