Skip to content

Commit

Permalink
CMake minimum version required update
Browse files Browse the repository at this point in the history
  • Loading branch information
dskhudia committed Nov 5, 2018
1 parent 690dbc2 commit 14adee1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bench/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

find_package(MKL)
#benchmarks
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/DownloadASMJIT.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(asmjit-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/DownloadCPUINFO.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(cpuinfo-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/DownloadGTEST.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project(googletest-download NONE)

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

if(FBGEMM_BUILD_TESTS AND NOT TARGET gtest)
#Download Googletest framework from github if
Expand Down

0 comments on commit 14adee1

Please sign in to comment.