Skip to content

Commit 047411b

Browse files
committed
CMake: build FreeBSD pkg package
1 parent 08ed14b commit 047411b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,6 +1967,8 @@ if(LINUX)
19671967

19681968
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
19691969
endif()
1970+
elseif(FreeBSD)
1971+
set(CPACK_GENERATOR "${CPACK_GENERATOR};FREEBSD")
19701972
endif()
19711973

19721974
set(CPACK_SET_DESTDIR ON)

0 commit comments

Comments
 (0)