From 70c619600f98b752441038937d9c8896ef84d5a8 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Fri, 19 Apr 2024 11:27:45 -0400 Subject: [PATCH] [cmake] Remove C as a project language --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da91974..805d4cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ endif() # ############ # Define Project -project(itertools VERSION 1.2.0 LANGUAGES C CXX) +project(itertools VERSION 1.2.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # Get the git hash & print status