mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
meta: Ensure Cygwin compatibility
This commit is contained in:
parent
3dee86c997
commit
c99dab0dae
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "GNU")
|
||||||
set (GNUHURD true)
|
set (GNUHURD true)
|
||||||
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "CYGWIN")
|
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "CYGWIN")
|
||||||
set (CYGWIN true)
|
set (CYGWIN true)
|
||||||
|
set (_CXX14_FLAGS "-std=gnu++17")
|
||||||
else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
else (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
set (UNKNOWN true)
|
set (UNKNOWN true)
|
||||||
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
endif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1a34d8bffabc41e1813b1c430048e91fa555bf62
|
Subproject commit 8baf2dbcad9ea24bb9f00a20d912df5da9b45113
|
Loading…
Add table
Add a link
Reference in a new issue