summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-08-17 12:42:37 -0400
committerOz Linden <oz@lindenlab.com>2011-08-17 12:42:37 -0400
commit43fd5ef8071b1bec46ae6d8797b324d3a44cebfa (patch)
tree5fcc6893a0afff8f75d9d0b79f24035856dbcd81 /indra/cmake
parentf0bc8a0f71f6cb473718bd5b4079f07d1d37add1 (diff)
fix files that do not end with a newline (warn-on-failure:copyright because some have both problems...)
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LScript.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LScript.cmake b/indra/cmake/LScript.cmake
index 86bfcb7440..21e78fc2c0 100644
--- a/indra/cmake/LScript.cmake
+++ b/indra/cmake/LScript.cmake
@@ -13,4 +13,4 @@ set(LSCRIPT_LIBRARIES
lscript_library
)
-set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono) \ No newline at end of file
+set(LSCRIPT_EXECUTE_MONO_LIBRARIES lscript_execute_mono)