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