MSVC Fix for PR #1526: Fix clang's variadic macro warnings
authorMichael Schuster <michael@schuster.ms>
Sun, 20 Oct 2019 10:52:52 +0000 (12:52 +0200)
committerMichael Schuster <michael@schuster.ms>
Sun, 20 Oct 2019 10:52:52 +0000 (12:52 +0200)
commita12164ad5311da4fd15592819013110eeef5ee5f
treef73f885d7cd6d7a4e99f7035cbec5f6028fdb4ce
parentcacb300ffd85821b79223350af081c1d49800e34
MSVC Fix for PR #1526: Fix clang's variadic macro warnings

The recently merged #1526 caused the MSVC Builds on Windows to fail.

This patch sets the new CMake flag only if the compiler it not MSVC.

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/CMakeLists.txt