1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-01 22:34:13 +00:00

fix (quote)

This commit is contained in:
R4SAS 2017-11-21 21:33:24 +03:00
parent b71e20dfa3
commit 6d01a3a7d1

View File

@ -180,7 +180,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
# more tweaks
if (NOT (MSVC OR MSYS OR APPLE))
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-overloaded-virtual -Wno-c99-extensions )
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-const-variable -Wno-overloaded-virtual -Wno-c99-extensions" )
endif()
endif ()