Skip to content

Commit 624be91

Browse files
jmcarcellguitargeek
authored andcommitted
Add LANGUAGES CXX to the project() call
1 parent 1c60eb6 commit 624be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else()
77
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
88
endif()
99

10-
project(rootbench)
10+
project(rootbench LANGUAGES CXX)
1111

1212
option(cuda "Build benchmarks that run on CUDA GPUs" OFF)
1313

0 commit comments

Comments
 (0)