Packaging fixes.

This commit is contained in:
Alexander Shaduri
2024-05-17 13:14:01 +04:00
parent d9adde161c
commit d6d63b7f88
+1 -1
View File
@@ -64,7 +64,7 @@ target_link_libraries(gsmartcontrol
if (WIN32)
install(TARGETS gsmartcontrol DESTINATION .)
else()
install(TARGETS gsmartcontrol TYPE SBIN)
install(TARGETS gsmartcontrol DESTINATION "${CMAKE_INSTALL_SBINDIR}/")
endif()