cmake: enable c++14 for redraw_fixer
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Wed, 13 Sep 2017 10:13:07 +0000 (12:13 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/CMakeLists.txt

index 3c93453..e7b11eb 100644 (file)
@@ -117,6 +117,12 @@ set_target_properties(winman
 
         LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/../export.map")
 
+set_target_properties(redraw_fixer
+    PROPERTIES
+        CXX_EXTENSIONS OFF
+        CXX_STANDARD 14
+        CXX_STANDARD_REQUIRED ON)
+
 if (LINK_LIBCXX)
    set_target_properties(winman
            PROPERTIES