From 649469d4151828097a3cc627692be1474fe90f72 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Mon, 15 Apr 2024 23:07:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[Cool]=20Don't=20install=20unneeded?= =?UTF-8?q?=20stuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- Cool | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93481969..80f56d8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ else() endif() install(FILES "lib/cpp-httplib/LICENSE" DESTINATION "license/cpp-httplib") -install(FILES "LICENSE.txt" DESTINATION "license") +install(FILES "LICENSE.txt" DESTINATION "license" RENAME "Coollab-LICENSE.txt") # Grab all the source files file(GLOB_RECURSE COOL_LAB_SOURCES CONFIGURE_DEPENDS src/*) diff --git a/Cool b/Cool index 0c8553b1..4e0ab5ed 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit 0c8553b105c423f2684c1b04ffdcf21248214ce7 +Subproject commit 4e0ab5ed3a625a0ad960db46d29964df649e8ae0