fix: replace en-dashes with ASCII hyphens
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # -std=c++20 statt -std=gnu++20
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Conan-generierte Pakete einbinden (CMakeDeps-Finder liegen im build-Ordner)
|
# Conan-generierte Pakete einbinden (CMakeDeps-Finder liegen im build-Ordner)
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# find_package(fmt REQUIRED) # Beispiel – einkommentieren wenn dep da ist
|
# find_package(fmt REQUIRED) # Beispiel - einkommentieren wenn dep da ist
|
||||||
# find_package(spdlog REQUIRED) # Beispiel
|
# find_package(spdlog REQUIRED) # Beispiel
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
@@ -27,7 +27,7 @@ target_include_directories(pauldb
|
|||||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||||
)
|
)
|
||||||
|
|
||||||
# Externe Libs linken – Beispiel:
|
# Externe Libs linken - Beispiel:
|
||||||
# target_link_libraries(pauldb PRIVATE fmt::fmt spdlog::spdlog)
|
# target_link_libraries(pauldb PRIVATE fmt::fmt spdlog::spdlog)
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> **No License** – This project is protected by copyright. The code may only be viewed, but not used, modified, or redistributed. See [LICENSE](./LICENSE).
|
> **No License** - This project is protected by copyright. The code may only be viewed, but not used, modified, or redistributed. See [LICENSE](./LICENSE).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ from conan.tools.cmake import CMake, cmake_layout
|
|||||||
class PaulDBConan(ConanFile):
|
class PaulDBConan(ConanFile):
|
||||||
name = "pauldb"
|
name = "pauldb"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Handcrafted HTAP database – Row+Column Storage, Delta-Merge"
|
description = "Handcrafted HTAP database - Row+Column Storage, Delta-Merge"
|
||||||
license = "NONE"
|
license = "NONE"
|
||||||
url = "https://git.paulvincenthorn.de/paulhorn/PaulDB"
|
url = "https://git.paulvincenthorn.de/paulhorn/PaulDB"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user