0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Fix cpack problem

This commit is contained in:
BtbN 2014-05-07 23:36:45 +02:00
parent 34923f1f83
commit 6a63e4fecc

View File

@ -78,4 +78,8 @@ endif()
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
if(UNIX_STRUCTURE)
set(CPACK_SET_DESTDIR TRUE)
endif()
include(CPack)