Remove unneeded property set from CMakeLists.txt

This commit is contained in:
Linus Dierheimer
2022-06-11 14:17:10 +02:00
parent d70e160d72
commit df0a4c0d46
-4
View File
@@ -453,10 +453,6 @@ target_link_libraries(libfastfetch
PRIVATE Threads::Threads
)
set_target_properties(libfastfetch PROPERTIES
OUTPUT_NAME "fastfetch"
)
######################
# Executable targets #
######################