Skip to content

Commit 406d4d0

Browse files
committed
CMake: Enable build on NetBSD
1 parent 8c08681 commit 406d4d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Release - 16.02-2.01 (Release, cross-platform, based on zip/p7zip 16.02)
1111
STATIC_BUILD - links the dynamic library statically.
1212
Such library will not require dependencies on dynamic
1313
libraries at runtime
14+
15+
* CMake: Enable build on NetBSD
16+
Add NetBSD specific include path
1417

1518
Release - 16.02-2.01 (Release, cross-platform, based on zip/p7zip 16.02)
1619

cmake/FindJavaExtended.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ IF(NOT JAVA_INCLUDE_PATH2)
8282
"${JAVA_INCLUDE_PATH}/win32"
8383
"${JAVA_INCLUDE_PATH}/linux"
8484
"${JAVA_INCLUDE_PATH}/freebsd"
85+
"${JAVA_INCLUDE_PATH}/netbsd"
8586
NO_CMAKE_FIND_ROOT_PATH
8687
)
8788

0 commit comments

Comments
 (0)