Skip to content

Commit

Permalink
[cmake] Change project language to CXX only
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 7, 2024
1 parent 3299e54 commit 7bf32bb
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 @@ -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 -------------")
Expand Down

0 comments on commit 7bf32bb

Please sign in to comment.