mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Don't use VERSION_GREATER_EQUAL in order to support CMake 3.3+
This commit is contained in:
parent
94d973e5f0
commit
c22cc14219
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ endif()
|
|||
#===============================================================================
|
||||
|
||||
# Allow user to specify HDF5_ROOT
|
||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12)
|
||||
if (NOT (CMAKE_VERSION VERSION_LESS 3.12))
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue