diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-09-15 14:14:55 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-09-15 14:14:55 -0400 |
commit | 85c8c97f7aeb8f0df1c683375aa8108eeaf70201 (patch) | |
tree | 193f5c025cc846abf454b01e628f6bf72ce0cad1 /indra/test | |
parent | 5afffabc1aa9c012c21a4f669da8c0426552e19b (diff) |
Fixed CMakeLists.txt line ending.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index dc37066e52..328ab4ca51 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -133,4 +133,4 @@ set(test_results ${CMAKE_CURRENT_BINARY_DIR}/cpp_tests_ok.txt) # developers choose to disable LL_TESTS. if (LL_TESTS) add_custom_target(tests_ok ALL DEPENDS ${test_results}) -endif (LL_TESTS)
\ No newline at end of file +endif (LL_TESTS) |