Skip to content

Commit

Permalink
Better way to set to use both C and C++ in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten authored Jan 17, 2024
1 parent 95a71cf commit 06edd0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ project (cal
VERSION 3.0.0
DESCRIPTION "CAL: University of California BDD Package"
HOMEPAGE_URL "https://ssoelvsten.github.io/cal/"
LANGUAGES CXX
LANGUAGES C CXX
)

enable_language(C)

# ============================================================================ #
# Settings
# ============================================================================ #
Expand Down

0 comments on commit 06edd0f

Please sign in to comment.