From d9cc3c50871edbe028a20d7ed3af5baff482000d Mon Sep 17 00:00:00 2001 From: Berenger Bramas Date: Wed, 4 Jul 2018 15:22:15 +0200 Subject: [PATCH] Update install process --- CMakeLists.txt | 1 + inastemp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df83536a..2bf25065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/morse_ ############################################################################## set(INASTEMP_JUST_LIB TRUE) + set(INASTEMP_DO_INSTALL TRUE) # add the cmakelist directory add_subdirectory(inastemp) # use the filled variables from inastemp diff --git a/inastemp b/inastemp index 5f1c2dd4..55234c38 160000 --- a/inastemp +++ b/inastemp @@ -1 +1 @@ -Subproject commit 5f1c2dd418c99c2eaa9299633929bbc1ac75001e +Subproject commit 55234c380b3beb3f50f8c31545ef1c4d281170ba -- GitLab