From 7c25300e2b9647cf327a030106b52094b3dbef88 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 27 Jun 2024 17:20:46 +0900 Subject: [PATCH] Rename executable to lowercase --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8230cfe..4645618 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,4 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release") endif() -add_executable(SimpleArchiver ${SimpleArchiver_SOURCES}) +add_executable(simplearchiver ${SimpleArchiver_SOURCES})