From 8abd39bfad008236c4549307b779e6e80e2b365e Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Mon, 18 Sep 2023 08:51:44 +0200 Subject: [PATCH] Fix #234 (#250) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1e86848a..23b0c6011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ cmake_minimum_required(VERSION 3.13) project(zenohpico VERSION 0.10.0.0 LANGUAGES C) include(CMakePackageConfigHelpers) +include(GNUInstallDirs) option(BUILD_SHARED_LIBS "Build shared libraries if ON, otherwise build static libraries" ON) option(ZENOH_DEBUG "Use this to set the ZENOH_DEBUG variable." 0)