mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Portability
- Properly detects Cygwin. version 2.
This commit is contained in:
parent
79cc9d8ed9
commit
a8ff7655ef
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
|||
set (SOLARIS true)
|
||||
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "GNU")
|
||||
set (GNUHURD true)
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "CYGWIN")
|
||||
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "CYGWIN")
|
||||
set (CYGWIN true)
|
||||
set (CMAKE_CXX_FLAGS "-std=gnu++0x")
|
||||
else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue