From c53903ff0b41955ef253c2ab6ae8503acec54432 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 31 Mar 2016 11:11:55 +0200 Subject: [PATCH] Update CMakeLists.txt Enable c++11 support for this branch. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 538d2665b..160a1340a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ set(ASSIMP_PACKAGE_VERSION "0" CACHE STRING "the package-specific version used f # Needed for openddl_parser config, no use of c++11 at this moment add_definitions( -DOPENDDL_NO_USE_CPP11 ) +set_property( GLOBAL PROPERTY CXX_STANDARD 11 ) # Get the current working branch execute_process(