From f830ac085de8511bf59ced023b96d7daea910582 Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Thu, 7 Dec 2023 18:33:00 +0200 Subject: [PATCH] Fixes #555: No longer force-enabling any languages wit the project command --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")