Skip to content

Commit

Permalink
fix project declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 20, 2024
1 parent c93cfbd commit db57d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/tfel.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(CMakePackageConfigHelpers)

macro(tfel_project tfel_version_major tfel_version_minor tfel_version_patch)
project("tfel" LANGUAGES "C;CXX")
project("tfel")
set(PACKAGE_NAME "tfel")
set(VERSION "${tfel_version_major}.${tfel_version_minor}.${tfel_version_patch}")

Expand Down

0 comments on commit db57d93

Please sign in to comment.