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

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