diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 10:59:20 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-21 11:01:01 +0300 |
commit | 5a353bb7b21e7d251017779cc01c71247e0d8b87 (patch) | |
tree | 0bc08bc6f87073fd0e011319d19a8a7360444e56 | |
parent | bfe7cbb136ecea903e084d66e342b4fd623b85b8 (diff) |
SL-17238 Small cleanup
Implied 'branch' is now two different version-control systems behind
-rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 408280f0cc..bf569e5d99 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -18,9 +18,6 @@ MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources) # * properties for each sourcefile passed in indicate what libs to link that file with (MAKE NO ASSUMPTIONS ASIDE FROM TUT) # # More info and examples at: https://wiki.secondlife.com/wiki/How_to_add_unit_tests_to_indra_code - # - # WARNING: do NOT modify this code without working with poppy - (2022-09-17: ND, I did not talk to poppy, are we all doomed now?) - # there is another branch that will conflict heavily with any changes here. # This here looks weird, but is needed. It will inject GoogleMock into projects that forgot to include `this` (LLAddBuildTest.cmake) # But through some other means have access to this macro |