mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 06:09:01 +01:00
12 lines
392 B
Diff
12 lines
392 B
Diff
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
|