From f27cfae582c069ed7aa0ac8d16eda8d5e4f413b5 Mon Sep 17 00:00:00 2001 From: Thomas Moulard <thomas.moulard@gmail.com> Date: Mon, 1 Nov 2010 18:32:05 +0100 Subject: [PATCH] Set CUSTOM_HEADER_DIR in CMakeLists.txt. --- CMakeLists.txt | 2 ++ cmake | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb5faf3..c7286a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,8 @@ SET(PROJECT_VERSION 1.0.0.99) SET(PROJECT_DESCRIPTION "Dynamic graph library") SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph") +SET(CUSTOM_HEADER_DIR "${PROJECT_NAME}") + # Defines paths. SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) diff --git a/cmake b/cmake index bd5e04b..2b922c0 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit bd5e04bb2f569faacac9922d02410d3b7ce5f603 +Subproject commit 2b922c0c625ab95cc9293367d133d91a37f480ad -- GitLab