Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
passy1977 committed Aug 8, 2021
1 parent 0ff2844 commit 2c68317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16)

PROJECT(hgardenpi VERSION "0.30.0" LANGUAGES CXX C)
PROJECT(hgardenpi VERSION "0.40.0" LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_EXTENSIONS OFF)
set(RASPBIAN_ROOTFS "$ENV{HOME}/raspberrypi/rootfs")
#set(RASPBIAN_ROOTFS "$ENV{HOME}/raspberrypi/rootfs")
set(FILE_LOCK_PATH "/tmp/hgardenpi.pid")
set(FILE_CONFIG "./config.json")
set(BROKER_HOST "passy-raspberrypi")
Expand Down

0 comments on commit 2c68317

Please sign in to comment.