From 7910a3cb5a95fd000743718f07cac0e3d0f5ede9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 13 Apr 2016 16:35:08 -0400 Subject: [PATCH] CMake: Added snotty comment about CMake bullshit --- test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9cb997f31..411b61571 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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