Skip to content

Commit

Permalink
alpaka/cupla change to cmake 3.10.0
Browse files Browse the repository at this point in the history
THIS is a hack and only used that we can test the code on the CI
  • Loading branch information
psychocoderHPC committed May 16, 2019
1 parent ff2aa27 commit daa39d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdParty/alpaka/alpakaConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
################################################################################
# Required cmake version.

CMAKE_MINIMUM_REQUIRED(VERSION 3.11.0)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0)

################################################################################
# CMake policies
Expand Down
2 changes: 1 addition & 1 deletion thirdParty/cupla/cuplaConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Required cmake version.
################################################################################

cmake_minimum_required(VERSION 3.11.0)
cmake_minimum_required(VERSION 3.10.0)

################################################################################
# CMake policies
Expand Down

0 comments on commit daa39d6

Please sign in to comment.