From 7bf32bb2dfb812d6b522f8ffccd64c8a521a97cc Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 7 Aug 2024 16:33:15 -0400 Subject: [PATCH] [cmake] Change project language to CXX only --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8edbfd8..2f3e5b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ endif() # ############ # Define Project -project(c2py VERSION 0.1.0 LANGUAGES C CXX) +project(c2py VERSION 0.1.0 LANGUAGES CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) message(STATUS "-------- c2py version and git hash detection -------------")