From 015f3ca0fb232f093f2e5075e0ebdf920a74d984 Mon Sep 17 00:00:00 2001 From: Zebin Wu Date: Fri, 22 Dec 2023 23:36:29 +0800 Subject: [PATCH] remove project.cmake --- cmake/project.cmake | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cmake/project.cmake diff --git a/cmake/project.cmake b/cmake/project.cmake deleted file mode 100644 index 9a7f4262..00000000 --- a/cmake/project.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2021-2022 Zebin Wu and homekit-bridge contributors -# -# Licensed under the Apache License, Version 2.0 (the “License”); -# you may not use this file except in compliance with the License. -# See [CONTRIBUTORS.md] for the list of homekit-bridge project authors. - -set(PROJECT "homekit-bridge") - -# set the project version -set(PROJECT_VER_MAJOR 0) -set(PROJECT_VER_MINOR 1) -set(PROJECT_VER_PATCH 0) - -set(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")