Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Set the language and that we do not need C++ extensions. #814

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

vgvassilev
Copy link
Owner

That fixes two cmake dev warnings:

  • The installed Kokkos configuration does not support CXX extensions.
  • Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs.

That fixes two cmake dev warnings:
  * The installed Kokkos configuration does not support CXX extensions.
  * Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
    target architecture is known.  Please enable at least one language before
    including GNUInstallDirs.
@vgvassilev vgvassilev self-assigned this Mar 9, 2024
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.89%. Comparing base (c3a4f8e) to head (993c62d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #814   +/-   ##
=======================================
  Coverage   94.89%   94.89%           
=======================================
  Files          49       49           
  Lines        7478     7478           
=======================================
  Hits         7096     7096           
  Misses        382      382           

@vgvassilev vgvassilev merged commit 48527c2 into master Mar 9, 2024
81 checks passed
@vgvassilev vgvassilev deleted the cmake-set-lang branch March 9, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant