Skip to content

Commit

Permalink
Merge pull request #67 from xantares/mingw1
Browse files Browse the repository at this point in the history
CMake: Set specific INSTALL_DATA_DIR only on MSVC
  • Loading branch information
lrknox authored Oct 31, 2020
2 parents b4ef77e + 0e9981a commit 3c42c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake_ext_mod/HDFMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c42c49

Please sign in to comment.