mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Fixed typo.
This commit is contained in:
parent
12a8e3e047
commit
369a23b983
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if(COMPILER_SUPPORTS_CXX14)
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||
endif()
|
||||
elseif(COMPILER_SUPPORTS_CXX1Y)
|
||||
message(STATUS "C++0x is supported.")
|
||||
message(STATUS "C++1y is supported.")
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -stdlib=libc++")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue