From a0010e5233dc8173fc0fe5018373fdde1daaab61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Sat, 8 Dec 2018 11:23:14 +0100 Subject: [PATCH] Remove superfluous space from CMake generator expression [ci skip] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a9e331308..ef28210e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ target_compile_options(gil_compile_options $<$:-W4> $<$:-bigobj> $<$:-FC> # Need absolute path for __FILE__ used in tests - $<$, $>:-fstrict-aliasing -pedantic + $<$,$>:-fstrict-aliasing -pedantic -Wall -Wconversion -Wextra -Wfloat-equal -Wshadow -Wsign-promo -Wstrict-aliasing -Wunused-parameter >)