Rename executable to lowercase
This commit is contained in:
parent
c1b914cb8e
commit
7c25300e2b
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||||
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release")
|
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(SimpleArchiver ${SimpleArchiver_SOURCES})
|
add_executable(simplearchiver ${SimpleArchiver_SOURCES})
|
||||||
|
|
Loading…
Reference in a new issue