From fb3aeef67638916427a634985b73b91d12c613bf Mon Sep 17 00:00:00 2001 From: Squareys Date: Sun, 5 Jun 2016 13:12:30 +0200 Subject: [PATCH] Re-add C++14 flags Got lost during some git difficulties Signed-off-by: Squareys --- modules/FindMagnum.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/FindMagnum.cmake b/modules/FindMagnum.cmake index 2f3130c29..b534c902c 100644 --- a/modules/FindMagnum.cmake +++ b/modules/FindMagnum.cmake @@ -614,6 +614,8 @@ foreach(_component ${Magnum_FIND_COMPONENTS}) find_package(Vulkan) set_property(TARGET Magnum::${_component} APPEND PROPERTY INTERFACE_LINK_LIBRARIES Vulkan::Vulkan) + set_target_properties(Magnum::${_component} PROPERTIES + INTERFACE_CORRADE_CXX_STANDARD 14) set(_MAGNUM_${_COMPONENT}_INCLUDE_PATH_NAMES Context.h) endif()