Skip to content
Snippets Groups Projects
Commit 00bab0a9 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'feature/cmake-missing-include' into 'master'

[cmake] Add missing include

See merge request !3499
parents c680ca8d 86f49610
No related branches found
No related tags found
1 merge request!3499[cmake] Add missing include
Pipeline #29882 failed
+5
......@@ -17,6 +17,8 @@ find_package(PVPython QUIET)
find_package(Kokkos QUIET)
include(AddKokkosFlags)
include(CheckCXXSymbolExists)
# test if compiler supports std::format
check_cxx_symbol_exists(
"__cpp_lib_format"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment