mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup CMake files
- Replace tabs with spaces - Use lowercase for CMake commands - Unify alignment - Remove superfluous empty line - Add space after CMake command Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
81bc57309b
commit
20a8a4a4cc
8 changed files with 51 additions and 42 deletions
|
@ -4,9 +4,9 @@ cmake_minimum_required (VERSION 2.8.12)
|
|||
# https://gitlab.kitware.com/cmake/cmake/issues/16062
|
||||
# The issue has been fixed in CMake 3.11.0; the policy is set
|
||||
# to OLD for compatibility with older versions of CMake only.
|
||||
if(POLICY CMP0037 AND ${CMAKE_VERSION} VERSION_LESS "3.11.0")
|
||||
if (POLICY CMP0037 AND ${CMAKE_VERSION} VERSION_LESS "3.11.0")
|
||||
cmake_policy(SET CMP0037 OLD)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
# If this is a debug build, check if we have libfiu installed and available on
|
||||
# the system. If so, we will be able to use it to add additional tests of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue