archrelease: copy trunk to community-any
[ArchLinux/community.git] / alice-vision / repos / community-x86_64 / cmake_cxx_std_14.patch
blob252bcf62ef7ecf469c43852eb2425f52a4cd301f
1 diff --git a/src/cmake/Helpers.cmake b/src/cmake/Helpers.cmake
2 index 9c6f192a9..6a2084460 100644
3 --- a/src/cmake/Helpers.cmake
4 +++ b/src/cmake/Helpers.cmake
5 @@ -85,6 +85,7 @@ function(alicevision_add_library library_name)
6 RUNTIME
7 DESTINATION ${CMAKE_INSTALL_BINDIR}
9 + target_compile_features(${library_name} PUBLIC cxx_std_14)
10 endfunction()
12 # Add interface function