Skip to content
Snippets Groups Projects
Commit 801d36df authored by noraabiakar's avatar noraabiakar Committed by Sam Yates
Browse files

update CMake minimum version (#692)

* Bump minimum CMake version to 3.9.

Fixes #691.
parent 7b0b69f3
No related branches found
No related tags found
No related merge requests found
# 3.8 requirement for CUDA language support.
cmake_minimum_required(VERSION 3.8)
# 3.9 requirement for CUDA language support and MPI support.
cmake_minimum_required(VERSION 3.9)
file(READ VERSION FULL_VERSION_STRING)
string(STRIP "${FULL_VERSION_STRING}" FULL_VERSION_STRING)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment