9.0.0.rc1 CMake policy error (using CMake 3.9.3)

Linux, rhel7, CMake 3.9.3, I passed no args to CMake, and configure fails with this error:
CMake Error at ThirdParty/hdf5/CMakeLists.txt:2 (cmake_policy):
Policy “CMP0074” is not known to this version of CMake.

This was fixed in rc2 (commit ef72c8d49b49d56247ddf48c22dbc16a28b9c9d0).

1 Like

Thanks.