From b4344cc7cf05a8ce59f91ef99a41f9fb5cae39f8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 11 Mar 2020 16:51:12 +0100 Subject: [PATCH] Update CMakeLists.txt Remove empty option. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1bce5c92..ab800bae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,7 +256,6 @@ IF ((CMAKE_C_COMPILER_ID MATCHES "GNU") AND NOT CMAKE_COMPILER_IS_MINGW) ELSEIF(MSVC) # enable multi-core compilation with MSVC ADD_COMPILE_OPTIONS(/MP /bigobj /W4 /WX ) - ADD_COMPILE_OPTIONS( ) # disable "elements of array '' will be default initialized" warning on MSVC2013 IF(MSVC12) ADD_COMPILE_OPTIONS(/wd4351)