diff --git a/VistaCoreLibs/CMakeLists.txt b/VistaCoreLibs/CMakeLists.txt index feddf6d58271d9416b07bf6cb3c26f839b6f0303..0aced7642abf4eeac855c8c28143c581bba15cb3 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 )