From 4a474de9bc72b20658f7002534cf00f790b68e44 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 16 May 2017 00:23:47 -0500 Subject: [PATCH] Fix common to install in include/nostalgia/common --- src/nostalgia/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostalgia/common/CMakeLists.txt b/src/nostalgia/common/CMakeLists.txt index 13a73697..4d7375ad 100644 --- a/src/nostalgia/common/CMakeLists.txt +++ b/src/nostalgia/common/CMakeLists.txt @@ -13,5 +13,5 @@ install( common.hpp point.hpp DESTINATION - include/wombat/common + include/nostalgia/common )