From 9f5efc7eab8a932e945ea7803fe2e48beffcb70d Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Sun, 31 Dec 2023 14:32:59 +0100 Subject: [PATCH] Include LiriSetup --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12df0f26..a5c4249a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,6 +43,9 @@ if(NOT LIRI_LOCAL_ECM) list(APPEND CMAKE_MODULE_PATH "${LCS_MODULE_PATH}") endif() +## Liri specific setup common for all modules: +include(LiriSetup) + ## Add some paths to check for CMake modules: list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")