mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CMake: Added snotty comment about CMake bullshit
This commit is contained in:
parent
2800e473cb
commit
7910a3cb5a
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
# See this CMake issue before complaining about the following.
|
||||
# https://cmake.org/Bug/view.php?id=16062
|
||||
if(POLICY CMP0037)
|
||||
cmake_policy(SET CMP0037 OLD)
|
||||
endif()
|
||||
|
||||
include_directories (${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/src/commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue