From 39f625963e408ec5dd394e202506700259b9b508 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 17 Sep 2010 21:19:38 -0500 Subject: Added empty indra/cmake/CMakeLists.txt to suppress a CMake 2.8 warning. "CMake Warning (dev) at CMakeLists.txt:36 (add_subdirectory): The source directory /home/jacek/imprudence/linden/indra/cmake does not contain a CMakeLists.txt file. CMake does not support this case but it used to work accidentally and is being allowed for compatibility. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it." --- linden/indra/cmake/CMakeLists.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 linden/indra/cmake/CMakeLists.txt (limited to 'linden') diff --git a/linden/indra/cmake/CMakeLists.txt b/linden/indra/cmake/CMakeLists.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.1