2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-22 15:32:10 +00:00

Remove superfluous space from CMake generator expression [ci skip]

This commit is contained in:
Mateusz Łoskot
2018-12-08 11:23:14 +01:00
parent 2957351f57
commit a0010e5233

View File

@@ -137,7 +137,7 @@ target_compile_options(gil_compile_options
$<$<CXX_COMPILER_ID:MSVC>:-W4>
$<$<CXX_COMPILER_ID:MSVC>:-bigobj>
$<$<CXX_COMPILER_ID:MSVC>:-FC> # Need absolute path for __FILE__ used in tests
$<$<OR:$<CXX_COMPILER_ID:GNU>, $<CXX_COMPILER_ID:Clang>>:-fstrict-aliasing -pedantic
$<$<OR:$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:Clang>>:-fstrict-aliasing -pedantic
-Wall -Wconversion -Wextra -Wfloat-equal -Wshadow -Wsign-promo -Wstrict-aliasing -Wunused-parameter
>)