Rename executable to lowercase

This commit is contained in:
Stephen Seo 2024-06-27 17:20:46 +09:00
parent c1b914cb8e
commit 7c25300e2b

View 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})