diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f795fdf..e376030e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ PROJECT(cuda-api-wrappers VERSION 0.6.6 DESCRIPTION "Thin C++-flavored wrappers for the CUDA Runtime API" HOMEPAGE_URL https://github.com/eyalroz/cuda-api-wrappers - LANGUAGES CUDA CXX) +) include(GNUInstallDirs) set(caw_namespace "cuda-api-wrappers")