mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
obsolete CMAKE_BUILD_TOOL => CMAKE_MAKE_PROGRAM (#97)
CMAKE_BUILD_TOOL has been [replaced](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TOOL.html) by CMAKE_MAKE_PROGRAM
This commit is contained in:
parent
d14418e92a
commit
0db2d6c212
@ -603,7 +603,7 @@ if (MSVC)
|
||||
endif ()
|
||||
|
||||
set (MAKE_SYSTEM)
|
||||
if (CMAKE_BUILD_TOOL MATCHES "make")
|
||||
if (CMAKE_MAKE_PROGRAM MATCHES "make")
|
||||
set (MAKE_SYSTEM 1)
|
||||
endif ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user