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.
2 parents ce5baba + da133ba commit f051a8fCopy full SHA for f051a8f
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