HDFFV-10845 fix configure check and PATHs

This commit is contained in:
Allen Byrne
2019-07-12 15:42:49 -05:00
parent d586a457b2
commit 7ba562a820
23 changed files with 37 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ set (HDF_JAVA_EXAMPLES
H5Ex_T_VLString
)
if (WIN32)
if (WIN32 OR MINGW)
set (CMAKE_JAVA_INCLUDE_FLAG_SEP ";")
else ()
set (CMAKE_JAVA_INCLUDE_FLAG_SEP ":")