mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Prebuild
- Removed obsolete WIN32 reference that causes lots of verbose warnings from cmake.
This commit is contained in:
parent
b0af5f1496
commit
589d8fab5c
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
cmake_minimum_required (VERSION 2.8)
|
cmake_minimum_required (VERSION 2.8)
|
||||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
|
|
||||||
|
|
||||||
include (CheckFunctionExists)
|
include (CheckFunctionExists)
|
||||||
include (CheckStructHasMember)
|
include (CheckStructHasMember)
|
||||||
|
|
|
@ -39,7 +39,6 @@ Override PACKAGE_LANGUAGE, then
|
||||||
#cmakedefine NETBSD
|
#cmakedefine NETBSD
|
||||||
#cmakedefine HAIKU
|
#cmakedefine HAIKU
|
||||||
#cmakedefine SOLARIS
|
#cmakedefine SOLARIS
|
||||||
#cmakedefine WIN32
|
|
||||||
#cmakedefine UNKNOWN
|
#cmakedefine UNKNOWN
|
||||||
|
|
||||||
/* Found the lua library */
|
/* Found the lua library */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue