diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 8052f7b473416b393c49ba8f3cd40054a0d50208..56333d6f30f98d114d4a702415c7007bf1a53ebf 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -113,7 +113,7 @@ if (SERVER) endif (SERVER) if (LL_TESTS) - # Define after the custom viewer and server targets are created so individual - # apps can add themselves as dependencies + # Define after the custom viewer and server targets are created so + # individual apps can add themselves as dependencies add_subdirectory(${INTEGRATION_TESTS_PREFIX}integration_tests) endif (LL_TESTS)