]> git.seodisparate.com - SimpleArchiver/commitdiff
Rename executable to lowercase
authorStephen Seo <seo.disparate@gmail.com>
Thu, 27 Jun 2024 08:20:46 +0000 (17:20 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 27 Jun 2024 08:20:46 +0000 (17:20 +0900)
CMakeLists.txt

index 8230cfedf4c48aa4a5d022dc295ad527f939cf76..4645618b80558014be2538734c25f39e39b64d74 100644 (file)
@@ -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})