diff options
Diffstat (limited to 'cmake_cxx_std_14.patch')
-rw-r--r-- | cmake_cxx_std_14.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake_cxx_std_14.patch b/cmake_cxx_std_14.patch deleted file mode 100644 index 252bcf62ef7e..000000000000 --- a/cmake_cxx_std_14.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/cmake/Helpers.cmake b/src/cmake/Helpers.cmake -index 9c6f192a9..6a2084460 100644 ---- a/src/cmake/Helpers.cmake -+++ b/src/cmake/Helpers.cmake -@@ -85,6 +85,7 @@ function(alicevision_add_library library_name) - RUNTIME - DESTINATION ${CMAKE_INSTALL_BINDIR} - ) -+ target_compile_features(${library_name} PUBLIC cxx_std_14) - endfunction() - - # Add interface function |