Skip to content

Commit

Permalink
Silence a warning about cmake policy CMP0054.
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinoid committed Jan 4, 2021
1 parent fb2ed72 commit da133ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()
project(taco)
option(CUDA "Build for NVIDIA GPU (CUDA must be preinstalled)" OFF)
option(PYTHON "Build TACO for python environment" OFF)
Expand Down

0 comments on commit da133ba

Please sign in to comment.