We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2ed72 commit da133baCopy full SHA for da133ba
CMakeLists.txt
@@ -1,4 +1,7 @@
1
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
2
+if(POLICY CMP0054)
3
+ cmake_policy(SET CMP0054 NEW)
4
+endif()
5
project(taco)
6
option(CUDA "Build for NVIDIA GPU (CUDA must be preinstalled)" OFF)
7
option(PYTHON "Build TACO for python environment" OFF)
0 commit comments