Correct TARGET variable and CMake config file location

This commit is contained in:
Allen Byrne
2020-11-12 10:50:50 -06:00
parent c768326d68
commit 14bfa9a991
22 changed files with 64 additions and 91 deletions

View File

@@ -39,7 +39,7 @@ set (HDF_JAVA_SZIP_EXAMPLES
set (${HDF_JAVA_EXAMPLES} ${HDF_JAVA_EXAMPLES} ${HDF_JAVA_SZIP_EXAMPLES})
endif (H5_HAVE_FILTER_SZIP)
if (WIN32 OR MINGW)
if (WIN32)
set (CMAKE_JAVA_INCLUDE_FLAG_SEP ";")
else ()
set (CMAKE_JAVA_INCLUDE_FLAG_SEP ":")