From: Stephen Seo Date: Thu, 27 Jun 2024 08:20:46 +0000 (+0900) Subject: Rename executable to lowercase X-Git-Tag: 1.0~109 X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.js?a=commitdiff_plain;h=7c25300e2b9647cf327a030106b52094b3dbef88;p=SimpleArchiver Rename executable to lowercase --- 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})