summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-10-31 15:54:36 (GMT)
committerGitHub <noreply@github.com>2020-10-31 15:54:36 (GMT)
commit3c42c49a02227a4d43504d9da7cf3df5b34f98ee (patch)
tree5cae02f3d3b60669bfe4240baeded868cd974ae7 /config/cmake_ext_mod
parentb4ef77e6523e2b3051076e7d3740c28bd5a98c28 (diff)
parent0e9981aa59054cccd30154f22c01903a02f8d670 (diff)
downloadhdf5-3c42c49a02227a4d43504d9da7cf3df5b34f98ee.zip
hdf5-3c42c49a02227a4d43504d9da7cf3df5b34f98ee.tar.gz
hdf5-3c42c49a02227a4d43504d9da7cf3df5b34f98ee.tar.bz2
Merge pull request #67 from xantares/mingw1
CMake: Set specific INSTALL_DATA_DIR only on MSVC
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r--config/cmake_ext_mod/HDFMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake
index 74dd35b..0359670 100644
--- a/config/cmake_ext_mod/HDFMacros.cmake
+++ b/config/cmake_ext_mod/HDFMacros.cmake
@@ -343,7 +343,7 @@ macro (HDF_DIR_PATHS package_prefix)
set (${package_prefix}_INSTALL_INCLUDE_DIR include)
endif ()
if (NOT ${package_prefix}_INSTALL_DATA_DIR)
- if (NOT WIN32)
+ if (NOT MSVC)
if (APPLE)
if (${package_prefix}_BUILD_FRAMEWORKS)
set (${package_prefix}_INSTALL_EXTRA_DIR ../SharedSupport)