diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 00:39:52 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 00:39:52 +0300 |
| commit | 0254e84a6e069bf2ce418ff9f95d6f7bee092470 (patch) | |
| tree | 6a6e29138c0bd0ee8505db8154c74f57415c7224 /meshmc | |
| parent | 2b9c38a2711ae639a26a63ddfdc57c10538f4696 (diff) | |
| download | Project-Tick-0254e84a6e069bf2ce418ff9f95d6f7bee092470.tar.gz Project-Tick-0254e84a6e069bf2ce418ff9f95d6f7bee092470.zip | |
NOISSUE fix some build errors
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'meshmc')
| -rw-r--r-- | meshmc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meshmc/CMakeLists.txt b/meshmc/CMakeLists.txt index 0b188b6a25..39aaea51a8 100644 --- a/meshmc/CMakeLists.txt +++ b/meshmc/CMakeLists.txt @@ -159,7 +159,7 @@ set(MeshMC_Name "${MeshMC_CommonName}") set(MeshMC_DisplayName "${MeshMC_CommonName}") set(MeshMC_UserAgent "${MeshMC_CommonName}/5.0") set(MeshMC_ConfigFile "meshmc.cfg") -set(MeshMC_Git "https://github.com/Project-Tick/MeshMC") +set(MeshMC_Git "https://github.com/Project-Tick/Project-Tick") set(MeshMC_SVGFileName "${MeshMC_AppID}.svg") set(MeshMC_Branding_ICNS "branding/${MeshMC_AppID}.icns") |
