diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fdf434..b78cd09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) project( ocppi LANGUAGES CXX - VERSION 0.1.0) + VERSION 0.1.3) option(OCPPI_BUILD_EXAMPLES "Build examples of ocppi or not" ${PROJECT_IS_TOP_LEVEL}) diff --git a/debian/rules b/debian/rules index cbe925d..2b703ad 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,5 @@ #!/usr/bin/make -f %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- -DCPM_LOCAL_PACKAGES_ONLY=ON ${DH_AUTO_ARGS}