diff --git a/CMakeLists.txt b/CMakeLists.txt index c5aa40499e5d..a73f3ad71681 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_INCLUDE_CURRENT_DIR ON) -project(triton CXX) +project(triton CXX C) include(CTest) if(NOT WIN32)