Skip to content

Commit

Permalink
Fixes #555: No longer force-enabling any languages wit the project co…
Browse files Browse the repository at this point in the history
…mmand
  • Loading branch information
Eyal Rozenberg committed Dec 7, 2023
1 parent d2d2ad6 commit d9bc616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d9bc616

Please sign in to comment.