Skip to content

Commit 1f96784

Browse files
committed
CMake: fix build of FreeBSD
1 parent d60b2dd commit 1f96784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,7 @@ if(LINUX)
19681968
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
19691969
endif()
19701970
elseif(FreeBSD)
1971+
set(CPACK_FREEBSD_PACKAGE_LICENSE "MIT")
19711972
set(CPACK_GENERATOR "${CPACK_GENERATOR};FREEBSD")
19721973
endif()
19731974

0 commit comments

Comments
 (0)