From fcfd0a0225e20e4924277a001e90203e0731a745 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Sat, 27 Oct 2018 06:34:05 +0200 Subject: [PATCH] [cmake] Add suffix for the cmake modules --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9229db1..704be47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ INCLUDE(cmake/cpack.cmake) SET(PROJECT_NAME dynamic-graph) SET(PROJECT_DESCRIPTION "Dynamic graph library") SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph") +SET(PROJECT_SUFFIX "-v3") SET(CUSTOM_HEADER_DIR "${PROJECT_NAME}") -- GitLab