diff options
author | Jacek Antonelli | 2010-09-17 21:19:38 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-09-23 16:11:12 -0700 |
commit | 39f625963e408ec5dd394e202506700259b9b508 (patch) | |
tree | 654326f7069199ae5fa12afae937d1cc6495ec9a /linden/indra/cmake | |
parent | don't rely on indexed color extension(SNOW-220) (diff) | |
download | meta-impy-39f625963e408ec5dd394e202506700259b9b508.zip meta-impy-39f625963e408ec5dd394e202506700259b9b508.tar.gz meta-impy-39f625963e408ec5dd394e202506700259b9b508.tar.bz2 meta-impy-39f625963e408ec5dd394e202506700259b9b508.tar.xz |
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."
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r-- | linden/indra/cmake/CMakeLists.txt | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/linden/indra/cmake/CMakeLists.txt b/linden/indra/cmake/CMakeLists.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/linden/indra/cmake/CMakeLists.txt | |||