From e8fe2eb02b0c682950bffc8b3ce44cf263e430cf Mon Sep 17 00:00:00 2001 From: spick <pick@vr.rwth-aachen.de> Date: Fri, 2 Dec 2016 23:08:49 +0100 Subject: [PATCH] Adapted to macro name change. --- VistaCoreLibs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VistaCoreLibs/CMakeLists.txt b/VistaCoreLibs/CMakeLists.txt index feddf6d58..0aced7642 100644 --- a/VistaCoreLibs/CMakeLists.txt +++ b/VistaCoreLibs/CMakeLists.txt @@ -87,7 +87,7 @@ if( NOT VISTACORELIBS_SUPPORT_NATIVE_64BIT_ATOMICS ) endif( NOT VISTACORELIBS_SUPPORT_NATIVE_64BIT_ATOMICS ) # Enable C++11 for all sub-modules on *NIX systems -unix_require_c11() +unix_require_cpp11() # Standard package config vista_configure_cpack( VistaCoreLibs ) -- GitLab