From b8a74c61c0846642a834de94fb9574e06315b42b Mon Sep 17 00:00:00 2001 From: David_Korzeniewski Date: Mon, 1 Dec 2014 16:29:40 +0100 Subject: [PATCH] Set cuda_root variable in cmakelists to make it show up in the gui when configuring. Former-commit-id: 29ca44312f7bf248086c459f484b95d729a3e74e --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73c025b88..f171293a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ option(LINK_LIBCXXABI "Sets whether libc++abi should be linked." OFF) option(USE_LIBCXX "Sets whether the standard library is libc++." OFF) set(GUROBI_ROOT "" CACHE STRING "The root directory of Gurobi (if available).") set(Z3_ROOT "" CACHE STRING "The root directory of Z3 (if available).") +set(CUDA_ROOT "" CACHE STRING "The root directory of CUDA.") set(ADDITIONAL_INCLUDE_DIRS "" CACHE STRING "Additional directories added to the include directories.") set(ADDITIONAL_LINK_DIRS "" CACHE STRING "Additional directories added to the link directories.") set(CUSTOM_BOOST_ROOT "" CACHE STRING "A custom path to the Boost root directory.")