Skip to content
Snippets Groups Projects
Commit 3ef2ae3c authored by Hamza Oukili's avatar Hamza Oukili
Browse files

Merge branch 'cherry-pick-00bab0a9' into 'releases/3.7'

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

See merge request !3500
parents 63365e87 7291ce49
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -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