Skip to content
Snippets Groups Projects
Commit 85c8c97f authored by Logan Dethrow's avatar Logan Dethrow
Browse files

Fixed CMakeLists.txt line ending.

parent 5afffabc
No related branches found
No related tags found
No related merge requests found
...@@ -133,4 +133,4 @@ set(test_results ${CMAKE_CURRENT_BINARY_DIR}/cpp_tests_ok.txt) ...@@ -133,4 +133,4 @@ set(test_results ${CMAKE_CURRENT_BINARY_DIR}/cpp_tests_ok.txt)
# developers choose to disable LL_TESTS. # developers choose to disable LL_TESTS.
if (LL_TESTS) if (LL_TESTS)
add_custom_target(tests_ok ALL DEPENDS ${test_results}) add_custom_target(tests_ok ALL DEPENDS ${test_results})
endif (LL_TESTS) endif (LL_TESTS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment