Skip to content

Commit

Permalink
Fix #234 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstevenpmwork authored Sep 18, 2023
1 parent 29a57a1 commit 8abd39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8abd39b

Please sign in to comment.