Skip to content

Commit

Permalink
build: require minimum CMake 2.8.11
Browse files Browse the repository at this point in the history
MKL-DNN already uses features from 2.8.11.
  • Loading branch information
echeresh committed Mar 18, 2019
1 parent 372f4e4 commit 7679ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#===============================================================================

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.11)

if(POLICY CMP0022)
cmake_policy(SET CMP0022 NEW)
Expand Down
2 changes: 1 addition & 1 deletion tests/other/subproject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# To test run:
# mkdir -p build && cd build && cmake .. && make -j && ./project_app

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.11)

set(PROJECT_NAME "Project")

Expand Down

0 comments on commit 7679ae3

Please sign in to comment.