From a76898f12ae3d594cdf0687a205974fb458519f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 21 Jan 2021 12:48:51 +0100 Subject: [PATCH] Remove VS 11 definition (not supported anymore) --- src/Unittests/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Unittests/CMakeLists.txt b/src/Unittests/CMakeLists.txt index 22595feb..0c2a61d4 100644 --- a/src/Unittests/CMakeLists.txt +++ b/src/Unittests/CMakeLists.txt @@ -34,10 +34,6 @@ if ( OPENMESH_BUILD_UNIT_TESTS ) message(WARNING "Eigen3 not found! This will skip the Eigen3 Unittests. You can point cmake to Eigen3 by setting Eigen3_DIR to the cmake files of Eigen3") endif() - if ( CMAKE_GENERATOR MATCHES "^Visual Studio 11.*" ) - add_definitions( /D _VARIADIC_MAX=10 ) - endif() - # Create new target named unittests_hexmeshing FILE(GLOB UNITTEST_SRC *.cc) # Create unittest executable