Skip to content

Commit

Permalink
Fix the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Dec 13, 2024
1 parent ab32236 commit a6b1346
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 @@ -32,7 +32,7 @@ IF(NOT KOKKOSKERNELS_HAS_TRILINOS)
ENDIF()
ENDIF()
IF(NOT DEFINED ${PROJECT_NAME})
PROJECT(KokkosKernels CXX)
PROJECT(KokkosKernels VERSION ${KokkosKernels_VERSION} LANGUAGES CXX)
ENDIF()
ENDIF()

Expand Down

0 comments on commit a6b1346

Please sign in to comment.