Skip to content

Commit

Permalink
Make gtest dependency conditional (only use it when building for test…
Browse files Browse the repository at this point in the history
…ing) (#30)

* Make gtest dependency conditional (only use it when building for testing)
* Bump version to 0.4.1

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Jan 18, 2024
1 parent bd8ffb6 commit 310eea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(everest-evse_security VERSION 0.4.0
project(everest-evse_security VERSION 0.4.1
DESCRIPTION "Implementation of EVSE related security operations"
LANGUAGES CXX C
)
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gtest:
# GoogleTest now follows the Abseil Live at Head philosophy. We recommend updating to the latest commit in the main branch as often as possible.
git: https://github.com/google/googletest.git
git_tag: release-1.12.1
cmake_condition: "BUILD_TESTING OR BUILD_TESTING_EVSE_SECURITY"

0 comments on commit 310eea1

Please sign in to comment.